summaryrefslogtreecommitdiff
path: root/DiscoBot/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'DiscoBot/Program.cs')
-rw-r--r--DiscoBot/Program.cs15
1 files changed, 15 insertions, 0 deletions
diff --git a/DiscoBot/Program.cs b/DiscoBot/Program.cs
new file mode 100644
index 0000000..eb90328
--- /dev/null
+++ b/DiscoBot/Program.cs
@@ -0,0 +1,15 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace DiscoBot
+{
+ class Program
+ {
+ static void Main(string[] args)
+ {
+ }
+ }
+}