[POSIX C](https://pubs.opengroup.org/onlinepubs/9699919799/functions/fprintf.html)/[C++](https://cplusplus.com/reference/cstdio/printf/) sprintf have a specifier "n" that prints nothing. This can be useful in some cases to suppress content. Would you mind implementing %n to print nothing in sprint.js? Thanks!