diff --git a/hello world b/hello world new file mode 100644 index 000000000..72d45d258 --- /dev/null +++ b/hello world @@ -0,0 +1,6 @@ +#include +int main() +{ +cout<<"hello world"; +return 0; +}