This commit is contained in:
he_who_remains 2025-11-07 10:23:04 +01:00
commit 71526982a2

5
.1 Normal file
View file

@ -0,0 +1,5 @@
public class Main(){
public static void main(String[] args){
System.out.println("Welcome, He Who Remains.");
}
}