summaryrefslogtreecommitdiff
path: root/docs/example_IR
diff options
context:
space:
mode:
Diffstat (limited to 'docs/example_IR')
-rw-r--r--docs/example_IR3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/example_IR b/docs/example_IR
new file mode 100644
index 0000000..e62bb3d
--- /dev/null
+++ b/docs/example_IR
@@ -0,0 +1,3 @@
+# v0.0.1
+str1 = "Hello World"
+print(str1)