Categorize files based on the first letter
This commit is contained in:
7
j/java.java
Normal file
7
j/java.java
Normal file
@@ -0,0 +1,7 @@
|
||||
class helloclass
|
||||
{
|
||||
public static void main(String args[])
|
||||
{
|
||||
System.out.println("Hello World");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user