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