Helloworld.java (Source Code) lyrics
 by NanowaR of Steel
		
		
package it.nanowar.ofsteel.helloworld;
public class HelloWorldMainLauncherClass {
     public HelloWorldMainLauncherClass(int foo) {
          super();
          this.foo=foo;
     }
     private Integer foo=0;
     public void songRefrain() {
          for (int i=0; i˂foo; i++) {
          }
          int pippo=0;
          while(pippo˂foo)
               pippo++;
          }
     }
     public static void main (String [] args) {
          System.out.println("Hello World Programmer Start");
          HelloWorldMainLauncherClass tizio = new HelloWorldMainLauncherClass(2);
          tizio.songRefrain();
          System.out.println("Program Finished!");
          tizio.falseMethod();
     }
      /*
      * If I may introduce a bug, the JVM will manage it for me
      * ensuring both security and portability
      * Then I'll write my code once, and run it everywhere!
      * With Static and Strong Typing, will let my programs be type safе!
      */
     public void falseMethod() {
          boolean mеtal=false;
          if(metal==false) {
               String joeyDeCaio=null;
               joeyDeCaio.length();
          }
     }
}