We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ecaa653 + e87c09e commit f740bb3Copy full SHA for f740bb3
2 files changed
亂七八糟/亂七八糟.編譯器/Program.cs
@@ -0,0 +1,2 @@
1
+// See https://aka.ms/new-console-template for more information
2
+Console.WriteLine("Hello, World!");
亂七八糟/亂七八糟.編譯器/亂七八糟.編譯器.csproj
@@ -0,0 +1,10 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
3
+ <PropertyGroup>
4
+ <OutputType>Exe</OutputType>
5
+ <TargetFramework>net9.0</TargetFramework>
6
+ <ImplicitUsings>enable</ImplicitUsings>
7
+ <Nullable>enable</Nullable>
8
+ </PropertyGroup>
9
10
+</Project>
0 commit comments