1. class Scratch {
    2. public static void main(String[] args) {
    3. System.out.println("hello world");
    4. }
    5. }