refactor(Colleen): replacing the char given by number
This commit is contained in:
parent
37cfb490dc
commit
9d46cee039
1 changed files with 1 additions and 1 deletions
|
|
@ -10,5 +10,5 @@ const char *get_program(void) {
|
||||||
}
|
}
|
||||||
|
|
||||||
int main(void) {
|
int main(void) {
|
||||||
printf(get_program(), '\n', '\t', '"', get_program());
|
printf(get_program(), 10, 9, 34, get_program());
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue