Rename helloworld.cpp to helloworld.js

This commit is contained in:
某搬砖的(*^_^*)
2019-10-28 20:36:39 +08:00
committed by GitHub
parent 6024d37e34
commit 4c0f4b1773

View File

@ -1,16 +0,0 @@
// 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();
}
}
}