We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6001635 commit d839ee4Copy full SHA for d839ee4
Open Rails Code Bot.csproj
@@ -0,0 +1,9 @@
1
+<Project Sdk="Microsoft.NET.Sdk">
2
+
3
+ <PropertyGroup>
4
+ <OutputType>Exe</OutputType>
5
+ <TargetFramework>netcoreapp2.2</TargetFramework>
6
+ <RootNamespace>Open_Rails_Code_Bot</RootNamespace>
7
+ </PropertyGroup>
8
9
+</Project>
Program.cs
@@ -0,0 +1,12 @@
+using System;
+namespace Open_Rails_Code_Bot
+{
+ class Program
+ {
+ static void Main(string[] args)
+ Console.WriteLine("Hello World!");
10
+ }
11
12
+}
0 commit comments