This commit is contained in:
Araq
2018-10-23 17:48:58 +02:00
parent 695074214b
commit 72370c8dfa
2 changed files with 10 additions and 0 deletions

View File

@@ -2,3 +2,8 @@
var x: int = 2
echo x
proc fun*() =
echo "ok"
## doc comment
# regular comment

View File

@@ -2,3 +2,8 @@
var x: int = 2
echo x
proc fun*()=
echo "ok"
## doc comment
# regular comment