annotate examples/test.nim @ 469:ed49f1cdd8b7

add: a few missing changes
author Sam <sam@basx.dev>
date Thu, 22 Dec 2022 19:35:54 +0700
parents 91544fc1afe5
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()