silly patch

thread
Brett 2024-06-01 14:08:40 -04:00
parent a642884a34
commit 02575ce71f
2 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,4 +1,3 @@
cmake-build*/
build/
out/

6
src/main.cpp Normal file
View File

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