We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd296a9 + 83e9281 commit 2d0f191Copy full SHA for 2d0f191
hello.rb
@@ -1 +1,5 @@
1
puts "hello world"
2
+
3
+def omg_why_is_this_wrong()
4
+ puts "ugh"
5
+end
sample.cpp
@@ -15,6 +15,12 @@ int other ()
15
cout << "I bet this won't even compile";
16
}
17
18
-int other_two() {
+int other_two()
19
+{
20
cout << "more text out"
21
22
23
+int other_three()
24
25
+ cout << "asdfasds"
26
+}
0 commit comments