Last active
December 8, 2015 20:44
-
-
Save ddmills/f5b07b04a339b0b08ffb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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