some more playlist stuff
This commit is contained in:
5
mochis_tale/interlude/picker_3/sol.py
Executable file
5
mochis_tale/interlude/picker_3/sol.py
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/home/maxime/.pyvenv/bin/python3
|
||||
|
||||
with open("hex", 'r') as f:
|
||||
print(''.join(map(lambda a: chr(int(a, 16)), f.readline().strip().split(' '))))
|
||||
|
||||
Reference in New Issue
Block a user