Files
nimproj/src/main.nim
2025-09-02 08:24:54 +02:00

7 lines
51 B
Nim

proc main =
return
when isMainModule:
main()