1#include <stdio.h>2 3int main(int argc, char const *argv[]) {4 int a = 123;5 printf("Hello world.\n");6 return 0;7}8