From 0d6cd28427870c085097ffa6b4d1e363e9174bf8 Mon Sep 17 00:00:00 2001 From: TinWoodman92 Date: Wed, 5 Apr 2023 16:46:06 -0500 Subject: Added source files to launch. --- source_file.py | 3 +++ source_file.r | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 source_file.py create mode 100644 source_file.r 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) -- cgit v1.2.3