imp/research/aparith/src/aparith.nim

6 lines
176 B
Nim
Raw Normal View History

2025-07-06 19:20:20 +10:00
# This is just an example to get you started. A typical binary package
# uses this file as the main entry point of the application.
when isMainModule:
echo("Hello, World!")