diff options
| author | Trey Bastian <hello@treybastian.com> | 2025-12-01 13:38:55 +0000 |
|---|---|---|
| committer | Trey Bastian <hello@treybastian.com> | 2025-12-01 13:38:55 +0000 |
| commit | 0880a0dfbb4b71caad75aaae5daf23eb2d2db5d5 (patch) | |
| tree | 1dc67f293c165038a9f9a0b21601c97080f36667 /.gitignore | |
| parent | 57a504da9dbedc835d432bc420551c4f6349e1d0 (diff) | |
2025 day 1 part 1
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1a48760 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +input.txt +input_test.txt |
