Add files via upload
This commit is contained in:
2
.github/hello.ts
vendored
Normal file
2
.github/hello.ts
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
const hello : string = "Hello World"
|
||||
console.log(hello)
|
||||
16
.github/helloworld.cs
vendored
Normal file
16
.github/helloworld.cs
vendored
Normal 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
BIN
.github/冲出你的窗口.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 315 KiB |
Reference in New Issue
Block a user