1
0
Fork 0

use print instead of pp for technical correctness lol

This commit is contained in:
Vivianne 2023-12-03 04:36:33 -05:00
parent cfff130803
commit cadca51eaf
1 changed files with 1 additions and 1 deletions

View File

@ -51,4 +51,4 @@
(end-suite)
(pp (with [f (file/open "p01.txt")] (solve (file/lines f))))
(print (with [f (file/open "p01.txt")] (solve (file/lines f))))