diff --git a/heyworld.cpp b/heyworld.cpp new file mode 100644 index 0000000..c1782d7 --- /dev/null +++ b/heyworld.cpp @@ -0,0 +1,6 @@ +#include +#include +void main() +{ //here we go! + cout<<"hello world!"; +}