There is only a single printf written in the source code.
``` function printg(arg) { printf(arg); } ```
There is only a single printf written in the source code.