mirror of
https://github.com/SebastianStork/advent-of-code.git
synced 2026-01-22 06:14:24 +01:00
Init day-01
This commit is contained in:
parent
9e609ef723
commit
8c018f42b1
2 changed files with 16 additions and 0 deletions
9
2024/day-01/main.cpp
Normal file
9
2024/day-01/main.cpp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#include <iostream>
|
||||
|
||||
using namespace std;
|
||||
|
||||
int main()
|
||||
{
|
||||
cout << "Hello World!" << endl;
|
||||
return 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue