summary refs log tree commit diff
path: root/examples
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2025-01-05 19:02:58 +0100
committerBaitinq <manuelpalenzuelamerino@gmail.com>2025-01-05 19:03:52 +0100
commit255e702c0240ecb2ae85304c757013c654598c67 (patch)
tree5383d3b8a852c1800832e96290433795a6443286 /examples
parentInitial commit (diff)
downloadinterpreter-255e702c0240ecb2ae85304c757013c654598c67.tar.gz
interpreter-255e702c0240ecb2ae85304c757013c654598c67.tar.bz2
interpreter-255e702c0240ecb2ae85304c757013c654598c67.zip
File reading
Diffstat (limited to 'examples')
-rw-r--r--examples/1.src3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/1.src b/examples/1.src
new file mode 100644
index 0000000..b442d06
--- /dev/null
+++ b/examples/1.src
@@ -0,0 +1,3 @@
+let i = 2;
+
+print(i);