main function

void main(
  1. List<String> args
)

Implementation

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