diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-11 13:42:59 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-11 13:42:59 -0700 |
commit | 4eaf254b3fa974ef8a7ab6b08418ea8283a4f22a (patch) | |
tree | 0e6789f8f80e08d0ae497f08c76baa9876bebc34 /extension/manual-testing-sandbox/nested-folder/helloNested.py | |
parent | 1936f725d226bea2e13d5d88c1dd7a9a02ddd259 (diff) | |
parent | 48ee1334dfd21dbe55cf66f39da1249619103e81 (diff) | |
download | sncontinue-4eaf254b3fa974ef8a7ab6b08418ea8283a4f22a.tar.gz sncontinue-4eaf254b3fa974ef8a7ab6b08418ea8283a4f22a.tar.bz2 sncontinue-4eaf254b3fa974ef8a7ab6b08418ea8283a4f22a.zip |
Merge branch 'main' into ci-testing
Diffstat (limited to 'extension/manual-testing-sandbox/nested-folder/helloNested.py')
-rw-r--r-- | extension/manual-testing-sandbox/nested-folder/helloNested.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extension/manual-testing-sandbox/nested-folder/helloNested.py b/extension/manual-testing-sandbox/nested-folder/helloNested.py new file mode 100644 index 00000000..195ad40c --- /dev/null +++ b/extension/manual-testing-sandbox/nested-folder/helloNested.py @@ -0,0 +1,2 @@ +def main(): + print("Hello Nested!") |