diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2025-01-05 19:02:58 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2025-01-05 19:03:52 +0100 |
commit | 255e702c0240ecb2ae85304c757013c654598c67 (patch) | |
tree | 5383d3b8a852c1800832e96290433795a6443286 /examples | |
parent | Initial commit (diff) | |
download | interpreter-255e702c0240ecb2ae85304c757013c654598c67.tar.gz interpreter-255e702c0240ecb2ae85304c757013c654598c67.tar.bz2 interpreter-255e702c0240ecb2ae85304c757013c654598c67.zip |
File reading
Diffstat (limited to 'examples')
-rw-r--r-- | examples/1.src | 3 |
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); |