class Program {
  void main() {
    int char;
    char = 'a';
    callout("printf", "%c\n", char);
  }
}
