func int main() {
  boolean a;
  a = True;
  print(a);
  return 0;
}
