diff --git a/src/hello_world.cpp b/src/hello_world.cpp new file mode 100644 index 0000000..9adcf8a --- /dev/null +++ b/src/hello_world.cpp @@ -0,0 +1,4 @@ +void main() +{ + +}