code / tomo

Lines41.3K C23.7K Markdown9.7K YAML5.0K Tomo2.3K
7 others 763
Python231 Shell230 make212 INI47 Text21 SVG16 Lua6
(7 lines)
2 func main()
3 assert C_code:Int32`int x = 1 + 2; x` == Int32(3)
5 >> C_code `
6 say(Text("Inline C code works!"), true);
7 `