learn-c-the-hard-way/ex1-extra-credit.md

13 lines
319 B
Markdown

- Open the ex1 file in your text editor and change or delete random parts. Try running it and see what happens.
change: `printf("What the %s is happening!");` - removed `word`
result:
![removed word](assets/imgs/ex1-extra-credit_2024-08-29_09-23-12.png)
change: `char word[] = "HELL";` - removed `char`
result: