#include <stdio.h>
#define LEKHO printf

void main() {
  LEKHO("Hello world.\n");
}
