This commit is contained in:
Paul Gauthier 2024-11-27 07:18:21 -08:00
parent f5100626a8
commit 8fb23b414c
4 changed files with 0 additions and 0 deletions

View file

@ -1,6 +0,0 @@
#include <iostream>
int main() {
std::cout << "Hello, World!" << std::endl;
return 0;
}