Files
ngr/examples/basic/generated0001.ngr
2024-02-02 10:31:54 -08:00

3 lines
40 B
Plaintext

x = 4u64;
function f(y) (x + y)
print x;