aboutsummaryrefslogtreecommitdiff
path: root/Codeforces.Console/Program.cs
diff options
context:
space:
mode:
authorSerghei Cebotari <serghei@cebotari.ru>2023-08-09 09:12:09 +0300
committerSerghei Cebotari <serghei@cebotari.ru>2023-08-09 09:12:09 +0300
commitd6adac69ab2ebcbb4b0b234005b4f928319e5cb3 (patch)
tree58043aac32f7702f5b72888d2c2a1b191264521e /Codeforces.Console/Program.cs
Initial commit
Diffstat (limited to 'Codeforces.Console/Program.cs')
-rw-r--r--Codeforces.Console/Program.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Codeforces.Console/Program.cs b/Codeforces.Console/Program.cs
new file mode 100644
index 0000000..3751555
--- /dev/null
+++ b/Codeforces.Console/Program.cs
@@ -0,0 +1,2 @@
+// See https://aka.ms/new-console-template for more information
+Console.WriteLine("Hello, World!");