#include int main() { int me = 69; printf("hello world.\n"); printf("%d", me); printf("\n"); return 0; }