From addbcfdd05f896209557748b7184eba157155799 Mon Sep 17 00:00:00 2001 From: Juha Karvonen Date: Thu, 9 Jan 2025 13:16:33 +0200 Subject: [PATCH] Update Program.cs --- BusinessApp/Program.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +}