diff options
Diffstat (limited to '')
| -rw-r--r-- | 2025/01/a.py | 6 | ||||
| -rw-r--r-- | 2025/02/a.py | 6 | ||||
| -rw-r--r-- | 2025/03/a.py | 6 | ||||
| -rw-r--r-- | 2025/04/a.py | 6 | ||||
| -rw-r--r-- | 2025/05/a.py | 6 | ||||
| -rw-r--r-- | 2025/06/a.py | 6 | ||||
| -rw-r--r-- | 2025/07/a.py | 6 | ||||
| -rw-r--r-- | 2025/08/a.py | 6 | ||||
| -rw-r--r-- | 2025/09/a.py | 6 | ||||
| -rw-r--r-- | 2025/10/a.py | 6 | ||||
| -rw-r--r-- | 2025/11/a.py | 6 | ||||
| -rw-r--r-- | 2025/12/a.py | 6 | ||||
| -rw-r--r-- | 2025/README.md | 8 |
13 files changed, 80 insertions, 0 deletions
diff --git a/2025/01/a.py b/2025/01/a.py new file mode 100644 index 0000000..5fdb11b --- /dev/null +++ b/2025/01/a.py | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | import fileinput | ||
| 2 | |||
| 3 | with fileinput.input() as lines: | ||
| 4 | for line in lines: | ||
| 5 | ... | ||
| 6 | |||
diff --git a/2025/02/a.py b/2025/02/a.py new file mode 100644 index 0000000..5fdb11b --- /dev/null +++ b/2025/02/a.py | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | import fileinput | ||
| 2 | |||
| 3 | with fileinput.input() as lines: | ||
| 4 | for line in lines: | ||
| 5 | ... | ||
| 6 | |||
diff --git a/2025/03/a.py b/2025/03/a.py new file mode 100644 index 0000000..5fdb11b --- /dev/null +++ b/2025/03/a.py | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | import fileinput | ||
| 2 | |||
| 3 | with fileinput.input() as lines: | ||
| 4 | for line in lines: | ||
| 5 | ... | ||
| 6 | |||
diff --git a/2025/04/a.py b/2025/04/a.py new file mode 100644 index 0000000..5fdb11b --- /dev/null +++ b/2025/04/a.py | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | import fileinput | ||
| 2 | |||
| 3 | with fileinput.input() as lines: | ||
| 4 | for line in lines: | ||
| 5 | ... | ||
| 6 | |||
diff --git a/2025/05/a.py b/2025/05/a.py new file mode 100644 index 0000000..5fdb11b --- /dev/null +++ b/2025/05/a.py | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | import fileinput | ||
| 2 | |||
| 3 | with fileinput.input() as lines: | ||
| 4 | for line in lines: | ||
| 5 | ... | ||
| 6 | |||
diff --git a/2025/06/a.py b/2025/06/a.py new file mode 100644 index 0000000..5fdb11b --- /dev/null +++ b/2025/06/a.py | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | import fileinput | ||
| 2 | |||
| 3 | with fileinput.input() as lines: | ||
| 4 | for line in lines: | ||
| 5 | ... | ||
| 6 | |||
diff --git a/2025/07/a.py b/2025/07/a.py new file mode 100644 index 0000000..5fdb11b --- /dev/null +++ b/2025/07/a.py | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | import fileinput | ||
| 2 | |||
| 3 | with fileinput.input() as lines: | ||
| 4 | for line in lines: | ||
| 5 | ... | ||
| 6 | |||
diff --git a/2025/08/a.py b/2025/08/a.py new file mode 100644 index 0000000..5fdb11b --- /dev/null +++ b/2025/08/a.py | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | import fileinput | ||
| 2 | |||
| 3 | with fileinput.input() as lines: | ||
| 4 | for line in lines: | ||
| 5 | ... | ||
| 6 | |||
diff --git a/2025/09/a.py b/2025/09/a.py new file mode 100644 index 0000000..5fdb11b --- /dev/null +++ b/2025/09/a.py | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | import fileinput | ||
| 2 | |||
| 3 | with fileinput.input() as lines: | ||
| 4 | for line in lines: | ||
| 5 | ... | ||
| 6 | |||
diff --git a/2025/10/a.py b/2025/10/a.py new file mode 100644 index 0000000..5fdb11b --- /dev/null +++ b/2025/10/a.py | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | import fileinput | ||
| 2 | |||
| 3 | with fileinput.input() as lines: | ||
| 4 | for line in lines: | ||
| 5 | ... | ||
| 6 | |||
diff --git a/2025/11/a.py b/2025/11/a.py new file mode 100644 index 0000000..5fdb11b --- /dev/null +++ b/2025/11/a.py | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | import fileinput | ||
| 2 | |||
| 3 | with fileinput.input() as lines: | ||
| 4 | for line in lines: | ||
| 5 | ... | ||
| 6 | |||
diff --git a/2025/12/a.py b/2025/12/a.py new file mode 100644 index 0000000..5fdb11b --- /dev/null +++ b/2025/12/a.py | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | import fileinput | ||
| 2 | |||
| 3 | with fileinput.input() as lines: | ||
| 4 | for line in lines: | ||
| 5 | ... | ||
| 6 | |||
diff --git a/2025/README.md b/2025/README.md new file mode 100644 index 0000000..ece1c89 --- /dev/null +++ b/2025/README.md | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | # Advent of Code 2025 | ||
| 2 | |||
| 3 | Run with Python. Input is read from the file given as argument, or | ||
| 4 | from standard input if no argument is provided. | ||
| 5 | |||
| 6 | Example | ||
| 7 | |||
| 8 | `python 01/a.py 01/input.txt` | ||
