Files
ngr/examples/basic/generated0001.ngr

3 lines
41 B
Plaintext

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