Rename single digit days
This commit is contained in:
parent
ac04ea1ac2
commit
9980433c26
10 changed files with 2 additions and 1 deletions
15
d8/main.cxx
15
d8/main.cxx
|
|
@ -1,15 +0,0 @@
|
|||
#include <iostream>
|
||||
#include <fstream>
|
||||
|
||||
using std::cout, std::endl;
|
||||
|
||||
int main() {
|
||||
std::ifstream file{"../d8/input.txt"};
|
||||
std::string line;
|
||||
|
||||
while (std::getline(file, line)) {
|
||||
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue