diff --git a/GettingStarted/helloworld.cpp b/GettingStarted/helloworld.cpp index 247d86e..f30fc8f 100644 --- a/GettingStarted/helloworld.cpp +++ b/GettingStarted/helloworld.cpp @@ -1,7 +1,6 @@ #include using namespace std; -int main{ +void main{ cout<<"Hello World"<