diff --git a/foo.txt b/foo.txt index b93b92f..a4a20c4 100644 --- a/foo.txt +++ b/foo.txt @@ -1,3 +1,4 @@ public static void main(String[] args) { System.out.println("Hello world"); + System.out.println("Goodbye World, cuz yaknow, polution and stuff"); }