diff options
Diffstat (limited to 'Python/hello.py')
-rw-r--r-- | Python/hello.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/hello.py b/Python/hello.py new file mode 100644 index 0000000..7df869a --- /dev/null +++ b/Python/hello.py @@ -0,0 +1 @@ +print("Hello, World!") |