Moving .csharp extension to .cs for CGIT highlighting
This commit is contained in:
9
helloworld.cs
Normal file
9
helloworld.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace AniNIX {
|
||||
class HelloWorld {
|
||||
public static void Main(string[] args) {
|
||||
Console.WriteLine("Hello world!");
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user