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

4 lines
37 B
Plaintext

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