// bad import { printf } from '../../src/printf'; printf('nice', 4); printf('uwu %d', 'not a number'); printf('hello %d %s', 'hi', 5);