diff --git a/first.cpp b/first.cpp new file mode 100644 index 0000000000000000000000000000000000000000..50db2f3d70c85a579ccf3360a4cdd75b6c65833e --- /dev/null +++ b/first.cpp @@ -0,0 +1,5 @@ +#include +int main() +{ + printf("hello world!"); +}