diff options
Diffstat (limited to 'source_file.py')
-rw-r--r-- | source_file.py | 3 |
1 files changed, 3 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) |