Browse Source

Update test app.

pull/1/head
Tarmo Pikaro 13 years ago committed by triton
parent
commit
68bfed9f3a
  1. 2
      examples/Hello/Hello.cs

2
examples/Hello/Hello.cs

@ -6,6 +6,8 @@ public class HelloExample
public static void Main (String[] args) { public static void Main (String[] args) {
var h = new Hello(); var h = new Hello();
h.PrintHello ("Hello world"); h.PrintHello ("Hello world");
Console.WriteLine("True =" + h.test1(3, 3.0f).ToString());
Console.WriteLine("False =" + h.test1(2, 3.0f).ToString());
} }
} }

Loading…
Cancel
Save