Skip to content

Commit b55a2a2

Browse files
authored
Fix syntax error in hello_world.cpp
Removed invalid code line.
1 parent f860767 commit b55a2a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hello_world.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ using namespace std;
33

44
int main()
55
{
6-
asd
76
cout << "Hello World" << endl;
87
return 0;
98
}

0 commit comments

Comments
 (0)