probe begin { printf("%c", 115) printf("%c", 116) printf("%c%c", 97, 112) print("\n") exit() }