From d6c5a9690088943ea2bb1d78eb1b438ec467aaf5 Mon Sep 17 00:00:00 2001 From: ION606 Date: Fri, 24 May 2024 13:40:59 -0400 Subject: [PATCH] first commit --- bundleinfo.json | 1 + test/test.ion | 1 + 2 files changed, 2 insertions(+) create mode 100644 bundleinfo.json create mode 100644 test/test.ion diff --git a/bundleinfo.json b/bundleinfo.json new file mode 100644 index 0000000..720736d --- /dev/null +++ b/bundleinfo.json @@ -0,0 +1 @@ +{"entryPoint":"test/test.ion","timeStamp":1716572399628,"fnames":["test/test.ion"],"packageName":"test"} \ No newline at end of file diff --git a/test/test.ion b/test/test.ion new file mode 100644 index 0000000..f112cd1 --- /dev/null +++ b/test/test.ion @@ -0,0 +1 @@ +print("THIS IS A TEST!"); \ No newline at end of file