diff --git a/Govind b/Govind new file mode 100644 index 0000000..119810e --- /dev/null +++ b/Govind @@ -0,0 +1,7 @@ +#include +using namespace std; +int main() +{ + cout << "Hello, World!"; + return 0; +}