Moving .csharp extension to .cs for CGIT highlighting
This commit is contained in:
parent
bf1e804584
commit
67f773bb45
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!");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user