bool 49 B

1234
  1. void main() {
  2. print true;
  3. print false;
  4. }