refactor(Colleen): replacing the char given by number

This commit is contained in:
Raphael 2026-01-30 20:21:43 +01:00
parent 37cfb490dc
commit 9d46cee039
No known key found for this signature in database

View file

@ -10,5 +10,5 @@ const char *get_program(void) {
}
int main(void) {
printf(get_program(), '\n', '\t', '"', get_program());
printf(get_program(), 10, 9, 34, get_program());
}