Categorize files based on the first letter
This commit is contained in:
5
c/csharp.cs
Normal file
5
c/csharp.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
class HelloWorld {
|
||||
static void Main() {
|
||||
System.Console.WriteLine("Hello World");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user