adding in helloworld

This commit is contained in:
talksik
2023-09-07 11:57:05 -07:00
parent 1aa9dae257
commit cd3a3d66c1
6 changed files with 1 additions and 236 deletions
Executable
+12
View File
@@ -0,0 +1,12 @@
#!/bin/sh
rm -rf build/
mkdir -p build/
cd build
# Build the project
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug ..
make
./HelloWorld