Merge branch 'master' of github.com:GeoffreyFrogeye/hashcode2016

master
Geoffrey Frogeye 2016-02-11 20:36:47 +01:00
commit 8a58caa99e
1 changed files with 7 additions and 0 deletions

View File

@ -184,3 +184,10 @@ def end():
print("--- End!")
# IA
#Out file
f = open(sys.argv[1] + '_out', 'w')
f.write(len(Out)/10 + '\n' + Out)
f.close()