diff --git a/BusinessApp/Program.cs b/BusinessApp/Program.cs index ee14eb0..4a70e08 100644 --- a/BusinessApp/Program.cs +++ b/BusinessApp/Program.cs @@ -14,6 +14,7 @@ static void Main(string[] args) } private static bool MainMenu() { + string apikey = "7L8968fB75R5mK70QaejtgJdxXESBA5BiBFrtghsrW1xdTOnqV1RJQQJ99ALACfhMk5XJ3w3AAAAACOGVPCT"; Printoperations p = new Printoperations(); DoMath d = new DoMath(); @@ -86,4 +87,4 @@ private static void DisplayResult(string message) } } -} \ No newline at end of file +}