that example isn't broken

This commit is contained in:
2024-03-06 18:30:01 -08:00
parent 6c3fc2de01
commit 77c4277625

View File

@@ -0,0 +1,4 @@
x = 5;
y = 4*x + 3;
print x;
print y;