imp/research/aparith/src/aparith.nim

5 lines
176 B
Nim

# 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!")