Add files via upload

This commit is contained in:
hoodiearon
2019-06-08 19:36:18 +08:00
committed by GitHub
parent 4ca2d7e34f
commit 986dde7cc4
3 changed files with 18 additions and 0 deletions

2
.github/hello.ts vendored Normal file
View File

@ -0,0 +1,2 @@
const hello : string = "Hello World"
console.log(hello)

16
.github/helloworld.cs vendored Normal file
View File

@ -0,0 +1,16 @@
// A Hello World! program in C#.
using System;
namespace HelloWorld
{
class Hello
{
static void Main()
{
Console.WriteLine("Hello World");
// Keep the console window open in debug mode.
Console.WriteLine("Press any key to exit.");
Console.ReadKey();
}
}
}

BIN
.github/冲出你的窗口.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 KiB