Call Hero to main

This commit is contained in:
Sobottasgithub 2026-01-13 12:02:39 +01:00
parent f335297065
commit 6854157edd

View File

@ -1,5 +1,5 @@
public class Main {
public static void main(String[] args) {
System.out.println("Hello world!");
Hero hero = new Hero();
}
}