HelloWorld.class
1    //
2    // Source code recreated from a .class file by IntelliJ IDEA
3    // (powered by FernFlower decompiler)
4    //
5    
6    package Greetings;
7    
8    public class HelloWorld {
9        public HelloWorld() {
10       }
11   
12       public static void main(String[] args) {
13           System.out.println("Hello World");
14       }
15   }
16