From 2d38fa8d89868f7ecba124164e1ecf5eb051c58e Mon Sep 17 00:00:00 2001 From: Fabio Camba Date: Wed, 10 Sep 2025 12:50:57 +0200 Subject: [PATCH] nazov popisu --- src/AppsLab-002-ConsoleWriteLine/Program.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/AppsLab-002-ConsoleWriteLine/Program.cs b/src/AppsLab-002-ConsoleWriteLine/Program.cs index 837131c2..acaafd69 100644 --- a/src/AppsLab-002-ConsoleWriteLine/Program.cs +++ b/src/AppsLab-002-ConsoleWriteLine/Program.cs @@ -1 +1,4 @@ -Console.WriteLine("Hello, World!"); \ No newline at end of file +int age = 16; +string name = "fabio"; +Console.WriteLine(name); +Console.WriteLine(age); \ No newline at end of file