solve Day01 with cpp

This commit is contained in:
2023-12-02 12:14:52 +01:00
parent 88d6e8b852
commit b166b0ef70
3 changed files with 134 additions and 2 deletions

34
.gitignore vendored
View File

@@ -174,4 +174,38 @@ Cargo.lock
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
solution
helper.md