diff --git a/new.cpp b/new.cpp new file mode 100644 index 0000000..d475739 --- /dev/null +++ b/new.cpp @@ -0,0 +1,5 @@ +#include +main() +{ +printf("hello"); +}