1

1.1 Lösning

class Hej {
    public static void main(String[] args) {
        System.out.println("Hej hej"); 
    }
}

Output

Hej hej