summaryrefslogtreecommitdiff
path: root/testcode/wokka.cs
diff options
context:
space:
mode:
Diffstat (limited to 'testcode/wokka.cs')
-rw-r--r--testcode/wokka.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/testcode/wokka.cs b/testcode/wokka.cs
new file mode 100644
index 0000000..fa95425
--- /dev/null
+++ b/testcode/wokka.cs
@@ -0,0 +1,8 @@
+
+/* comment: This has 5 physical lines of code. */
+
+class Test {
+ static void Main() {
+ System.Console.WriteLine("Hello, World (in C#)");
+ }
+}