initial import
This commit is contained in:
6
testdata/initial/file.cs
vendored
Normal file
6
testdata/initial/file.cs
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
public class Hello
|
||||
{
|
||||
public static void Main() {
|
||||
System.Console.WriteLine("Hello, World!");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user