waf

FORK: waf with some random patches
git clone https://git.neptards.moe/neptards/waf.git
Log | Files | Refs | README

Hella.java (141B)


      1 package org.test; // obligatory
      2 
      3 public class Hella
      4 {
      5 	public static void main(String args[])
      6 	{
      7 		System.out.println("Hella, world");
      8 	}
      9 }
     10