Skip to content

Commit 83e9281

Browse files
test commit
1 parent c8bfe91 commit 83e9281

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

sample.cpp

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ int other ()
1515
cout << "I bet this won't even compile";
1616
}
1717

18-
int other_two() {
18+
int other_two()
19+
{
1920
cout << "more text out"
2021
}
22+
23+
int other_three()
24+
{
25+
cout << "asdfasds"
26+
}

0 commit comments

Comments
 (0)