Skip to content

Commit affe159

Browse files
authored
Merge pull request Fechin#602 from uran1980/patch-1
Update c.md
2 parents 4a50516 + e3ab20d commit affe159

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/_posts/c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ int main(void) {
2828
Compile `hello.c` file with `gcc`
2929
3030
```bash
31-
$ gcc hello.c -o hello
31+
$ gcc -Wall -g hello.c -o hello
3232
```
3333

3434
Run the compiled binary `hello`

0 commit comments

Comments
 (0)