Gianpaolo Macario commited on
Commit
2c2848c
·
1 Parent(s): b502aea

chore: remove boilerplate file "main.py"

Browse files
Files changed (1) hide show
  1. main.py +0 -6
main.py DELETED
@@ -1,6 +0,0 @@
1
- def main():
2
- print("Hello from simple-calculator!")
3
-
4
-
5
- if __name__ == "__main__":
6
- main()