% https://open.kattis.com/problems/hello % CPU time limit: 1s % Difficulty: 1.2 Easy main :- write("Hello World!"). /* % Compressed: 28 chars Top 10 of Prolog place 3 (newline is not needed) main:-write("Hello World!"). */