Skip to content

Commit 0238393

Browse files
authored
Update README.md
1 parent e65d8c1 commit 0238393

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,10 @@ int main(void) {
8787
return (0);
8888
}
8989
```
90-
Compiling:
90+
Compiling and executing:
9191
```shell
9292
% cc -Wall -Werror -Wextra main.c libftprintf.a
93+
% ./a.out
9394
```
9495

9596
## License

0 commit comments

Comments
 (0)