summary refs log tree commit diff
path: root/todo/0.src
diff options
context:
space:
mode:
Diffstat (limited to 'todo/0.src')
-rw-r--r--todo/0.src5
1 files changed, 5 insertions, 0 deletions
diff --git a/todo/0.src b/todo/0.src
new file mode 100644
index 0000000..2784a86
--- /dev/null
+++ b/todo/0.src
@@ -0,0 +1,5 @@
+let x = 1;
+
+x = x;
+
+print(x);