Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 232 Bytes

File metadata and controls

19 lines (11 loc) · 232 Bytes

OnboardingExercise

Hello World

Hellow World

Hello World

This is the Töster Lörd!!! Beware, I live!!

Bwahaha

public class Hello { public static void main(String[] args){ System.out.println("Hello World");

}

}