summaryrefslogtreecommitdiff
path: root/testcode/wokka.cs
blob: fa95425ed1bf128fae26bd8627e942715c7fc8ec (plain)
1
2
3
4
5
6
7
8

/* comment: This has 5 physical lines of code. */

class Test {
  static void Main() {
    System.Console.WriteLine("Hello, World (in C#)");
  }
}