Skip to content

Commit

Permalink
new: python template
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelohdez committed Jan 27, 2024
1 parent a4391d7 commit 7f6df79
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions templates/python/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Simple Python File

## Running

```bash
python3 main.py
```
1 change: 1 addition & 0 deletions templates/python/main.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print("Hello, world!")

0 comments on commit 7f6df79

Please sign in to comment.