Delete helloworld.java
This commit is contained in:
16
.github/helloworld.java
vendored
16
.github/helloworld.java
vendored
@ -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();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user