Skip to content

Instantly share code, notes, and snippets.

View machisuji's full-sized avatar

Markus Kahl machisuji

  • OpenProject GmbH
  • Cardiff, Wales, UK
View GitHub Profile
@machisuji
machisuji / Java
Created May 30, 2010 07:30 — forked from rkh/Scala
import wandledi.java.Controller;
public class WandlediApp extends Controller {
public void index() {
getWriter().println("Hello World!");
}
public static void main(String[] args) {
runStandAlone(true);