void main(List<String> args) { final c = Cursor(); Gesso().red.set(); c.move(10, 10); c.font('DOWN'); c.move(0, 40); }