Skip to content

Commit f304e46

Browse files
committed
Testing some stuff
1 parent 0748023 commit f304e46

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

hello.cs

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
public class Program {
44

55
public static void Main(string[] args) {
6-
int i = 44;
7-
Console.WriteLine(i);
6+
Console.WriteLine(GetStr("Is this "));
87
}
98

9+
public static string GetStr(string x) {
10+
return x + "dwarf";
11+
}
1012
}

0 commit comments

Comments
 (0)