diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-19 07:21:47 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-19 07:21:47 +0100 |
| commit | 3c8331701f9f77c28847d678b935d5efb9a5d575 (patch) | |
| tree | fbcc7d334c3879fa2b7ecf65acec46ecc4b484bd /.gitignore | |
| parent | 509f58966da1c4da1b532fc5a2e271eeae7afd10 (diff) | |
| download | aoc-3c8331701f9f77c28847d678b935d5efb9a5d575.tar.gz aoc-3c8331701f9f77c28847d678b935d5efb9a5d575.zip | |
Improved part 2 day 19 2024 with string_view
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1,3 +1,3 @@ | |||
| 1 | */*/*.out | 1 | */*/*.out |
| 2 | */*/*.txt | 2 | */*/*.txt |
| 3 | */*/.swp | 3 | */*/*.swp |
