Skip to content

Commit 50c56dc

Browse files
committed
init repo
1 parent 42ad87d commit 50c56dc

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,4 @@ cython_debug/
149149
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
150150
# and can be added to the global gitignore or merged into this file. For a more nuclear
151151
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
152-
#.idea/
152+
.idea/

src/main.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
def main():
2+
pass
3+
4+
5+
if __name__ == "__main__":
6+
main()

0 commit comments

Comments
 (0)