Skip to content

Commit 2d0f191

Browse files
Merge pull request #69 from nextreleaseio/dw
Example
2 parents cd296a9 + 83e9281 commit 2d0f191

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

hello.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
puts "hello world"
2+
3+
def omg_why_is_this_wrong()
4+
puts "ugh"
5+
end

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)