Beispiel #1
0
 static void Main(string[] args)
 {
     var x = MathLibrary.Pow(3, 3);
     var y = MathLibrary.Fact(5);
 }