Exercise 00 Template Deadline 01.01.2022 Program some cool stuff Task 1 Some task Task 2 More work todo 😥 This might be helpful public class HelloWorld { public static void main(String[] args) { System.out.println("Hello, World!"); } }