0
0
Fork 0
AdventOfCode2023/main.cpp

7 lines
97 B
C++

#include <iostream>
int main() {
std::cout << "Hello, World!\n";
return EXIT_SUCCESS;
}