commit d6c5a9690088943ea2bb1d78eb1b438ec467aaf5 Author: ION606 Date: Fri May 24 13:40:59 2024 -0400 first commit 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