diff --git a/templates/python/README.md b/templates/python/README.md new file mode 100644 index 0000000..fb1e9e4 --- /dev/null +++ b/templates/python/README.md @@ -0,0 +1,7 @@ +# Simple Python File + +## Running + +```bash +python3 main.py +``` diff --git a/templates/python/main.py b/templates/python/main.py new file mode 100644 index 0000000..f7cf60e --- /dev/null +++ b/templates/python/main.py @@ -0,0 +1 @@ +print("Hello, world!")