annotate examples/test.nim @ 463:91544fc1afe5

did: hello world triangle, a bit of code organization
author Sam <sam@basx.dev>
date Mon, 19 Dec 2022 10:41:20 +0700
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
463
91544fc1afe5 did: hello world triangle, a bit of code organization
Sam <sam@basx.dev>
parents:
diff changeset
1 import engine
91544fc1afe5 did: hello world triangle, a bit of code organization
Sam <sam@basx.dev>
parents:
diff changeset
2
91544fc1afe5 did: hello world triangle, a bit of code organization
Sam <sam@basx.dev>
parents:
diff changeset
3
91544fc1afe5 did: hello world triangle, a bit of code organization
Sam <sam@basx.dev>
parents:
diff changeset
4 when isMainModule:
91544fc1afe5 did: hello world triangle, a bit of code organization
Sam <sam@basx.dev>
parents:
diff changeset
5 var myengine = igniteEngine()
91544fc1afe5 did: hello world triangle, a bit of code organization
Sam <sam@basx.dev>
parents:
diff changeset
6 myengine.fullThrottle()
91544fc1afe5 did: hello world triangle, a bit of code organization
Sam <sam@basx.dev>
parents:
diff changeset
7 myengine.trash()