diff --git a/project.cbp b/project.cbp new file mode 100644 index 0000000..8dcf541 --- /dev/null +++ b/project.cbp @@ -0,0 +1,9 @@ +#include +using namespace std; + +int main() +{ + cout << " Hello world "; + + return 0; +} \ No newline at end of file