Start Day 9 🚀
This commit is contained in:
BIN
day-9/.main.swp
Normal file
BIN
day-9/.main.swp
Normal file
Binary file not shown.
12
day-9/main
Executable file
12
day-9/main
Executable file
@@ -0,0 +1,12 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
|
"""Advent of Code 2025
|
||||||
|
Day 9
|
||||||
|
"""
|
||||||
|
|
||||||
|
def main():
|
||||||
|
print('Advent of Code 2025 - Day 9')
|
||||||
|
|
||||||
|
if __name__ == '__main__':
|
||||||
|
main()
|
||||||
Reference in New Issue
Block a user