Files
ngr/examples/basic/test0001.ngr
2024-04-15 15:28:06 -07:00

4 lines
37 B
Plaintext

x = 5;
y = 4*x + 3;
print x;
print y;