first commit
This commit is contained in:
parent
0cd42fc7a2
commit
bbd0702bf7
5 changed files with 1039 additions and 1 deletions
5
2024/day1/first.py
Normal file
5
2024/day1/first.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
def main():
|
||||
pass
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
Loading…
Add table
Add a link
Reference in a new issue