mirror of
https://github.com/daylinmorgan/hwylterm.git
synced 2025-02-23 09:45:50 -06:00
6 lines
63 B
Nim
6 lines
63 B
Nim
|
import std/macros
|
||
|
|
||
|
dumpAstGen:
|
||
|
block:
|
||
|
echo "hello world"
|