Skip to content

Commit f860767

Browse files
authored
Add placeholder line in main function
Added a placeholder line 'asd' to main function.
1 parent 6d9b053 commit f860767

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hello_world.cpp

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

44
int main()
55
{
6+
asd
67
cout << "Hello World" << endl;
78
return 0;
89
}

0 commit comments

Comments
 (0)