X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=symbol.cs;h=60d943959b162144a97dc8141dcdb538ab39e482;hb=28770b75bc07a420e70d0d49c57309bde5308622;hp=b92921f5c54f3b3595f18e8c625f08d2c2fd933d;hpb=bbe56bd018c7c4aa13c5e3b8b601bbdc3cedd87a;p=m17n%2Fm17n-lib-cs.git diff --git a/symbol.cs b/symbol.cs index b92921f..60d9439 100644 --- a/symbol.cs +++ b/symbol.cs @@ -1,5 +1,6 @@ using System; using System.Collections.Generic; +using M17N; using M17N.Core; public class Test @@ -10,6 +11,9 @@ public class Test MSymbol sym2 = new MSymbol ("symbol"); MSymbol sym3 = new MSymbol ("another sym:bol"); + Console.WriteLine ("version {0}-{1}-{2}", M17N.M17N.MajorVersion, + M17N.M17N.MinorVersion, M17N.M17N.ReleaseNumber); + Console.WriteLine ("sym1 = {0}", sym1); Console.WriteLine ("sym2 = {0}", sym2); Console.WriteLine ("sym3 = {0}", sym3);