Skip to content

Commit 9b06b38

Browse files
More cpp
1 parent e1ae72d commit 9b06b38

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

sample.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,12 @@ int main ()
55
{
66
cout << "Hello World! ";
77
cout << "I'm a C++ program";
8+
cout << "C++ sure isn't phone";
9+
cout << "stupid really";
10+
other()
11+
}
12+
13+
int other ()
14+
{
15+
cout << "I bet this won't even compile";
816
}

0 commit comments

Comments
 (0)