Rename helloworld.java to helloworld.v

This commit is contained in:
发霉的烂厘子
2020-02-14 23:17:26 +08:00
committed by GitHub
parent e8abb05af2
commit c30c4febb1

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();
}
}
}