Commit 15f9567f authored by SUNCHU ROHIT's avatar SUNCHU ROHIT

hello world cpp file

parent bfd1b4ba
#include <iostream>
using namespcae std;
int main()
{
cout<<"hello world";
return 0;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment