Proto Makefile

This commit is contained in:
2024-10-03 23:55:40 -05:00
parent 4250bba716
commit 98929dd2c6
2 changed files with 28 additions and 3 deletions

6
src/main.cpp Normal file
View File

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