diff --git a/Examples/test-suite/csharp/char_strings_runme.cs b/Examples/test-suite/csharp/char_strings_runme.cs new file mode 100644 index 000000000..6bcf12d85 --- /dev/null +++ b/Examples/test-suite/csharp/char_strings_runme.cs @@ -0,0 +1,122 @@ + +using System; +using char_stringsNamespace; + +public class char_strings_runme { + + private static string CPLUSPLUS_MSG = "A message from the deep dark world of C++, where anything is possible."; + private static string OTHERLAND_MSG = "Little message from the the safe world."; + + public static void Main() { + + uint count = 10000; + uint i = 0; + + // get functions + for (i=0; i