Want to correct somebody’s code? So much easier now!
public class Main {
public static void main(String[] args) {
- System.out.println("Hello world!");
- System.out.println("Wait, what?!");
+ System.out.println("Bye cruel world!");
}
}