Created
July 9, 2019 11:35
-
-
Save Araq/d19bdecbe691be38789ea73329dfb92a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type | |
Stuff = object | |
proc bah {.tags: [Stuff].} = | |
discard | |
proc main = | |
bah() | |
echo "hi" | |
{.effects.} | |
main() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment