aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTinWoodman92 <chrhodgden@gmail.com>2023-04-05 16:46:06 -0500
committerTinWoodman92 <chrhodgden@gmail.com>2023-04-05 16:46:06 -0500
commit0d6cd28427870c085097ffa6b4d1e363e9174bf8 (patch)
treedf316473ac6cf5483a43f6995251dc256e3c8534
parentf09553ec2061291b8b709d1e289f8a1ca6c2bc08 (diff)
Added source files to launch.
-rw-r--r--source_file.py3
-rw-r--r--source_file.r3
2 files changed, 6 insertions, 0 deletions
diff --git a/source_file.py b/source_file.py
new file mode 100644
index 0000000..9fe9788
--- /dev/null
+++ b/source_file.py
@@ -0,0 +1,3 @@
+msg = "hello world"
+
+print(msg)
diff --git a/source_file.r b/source_file.r
new file mode 100644
index 0000000..597a30c
--- /dev/null
+++ b/source_file.r
@@ -0,0 +1,3 @@
+msg <- "hello world"
+
+print(msg)