lots of small changes

This commit is contained in:
Arne Döring
2018-12-05 19:03:01 +01:00
committed by Araq
parent c0c35839cc
commit a5ecbf823f
85 changed files with 180 additions and 110 deletions

View File

@@ -34,5 +34,5 @@ proc main =
sync()
for ix in 1..3: channels[ix].close()
when isMainModule:
when true:
main()