This commit is contained in:
Mingu Kim
2025-01-18 22:47:31 +09:00
parent b50a8a1c81
commit 557904d13e

View File

@@ -3,6 +3,7 @@
private static void Main(string[] args) private static void Main(string[] args)
{ {
int a = 10; int a = 10;
int b = 20;
Console.WriteLine("Hello, World!"); Console.WriteLine("Hello, World!");
} }