Data Type C

#include 
int main(void)
{
  putchar('A');
  putchar('\n');
  putchar('B');
  return 0;
}