diff --git a/hi.cpp b/hi.cpp new file mode 100644 index 0000000..d2adbc8 --- /dev/null +++ b/hi.cpp @@ -0,0 +1,3 @@ +void main(){ + cout<<"hello world"; +}