From f68652285dd29e8442dfe577fd2c44b789634f17 Mon Sep 17 00:00:00 2001 From: ilsix Date: Thu, 4 Apr 2024 20:16:45 +0200 Subject: [PATCH] Untested C# --- c#/helloworld.cs | 1 + 1 file changed, 1 insertion(+) create mode 100644 c#/helloworld.cs diff --git a/c#/helloworld.cs b/c#/helloworld.cs new file mode 100644 index 0000000..01b3829 --- /dev/null +++ b/c#/helloworld.cs @@ -0,0 +1 @@ +Console.WriteLine("Hello World!"); \ No newline at end of file