blob: b8e4f8df098b9b7ad31567407fec3e5f5285c18b [file] [log] [blame]
/* This is just a showcase class */
class FontsAndColorsShowcase {
private static final String foo = "Memento!";
public void main() {
// Just a line comment example
}
def count() {
int universeConstant = 2 + 6
}
}