Skip to content

Instantly share code, notes, and snippets.

@ddmills
Last active December 8, 2015 20:44
Show Gist options
  • Save ddmills/f5b07b04a339b0b08ffb to your computer and use it in GitHub Desktop.
Save ddmills/f5b07b04a339b0b08ffb to your computer and use it in GitHub Desktop.
import org.paninij.lang.*;
@Capsule
public class ConsoleTemplate {
@Block
public void write(String s) {
System.out.println(s);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment