diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | hello | bin | 0 -> 15952 bytes |
2 files changed, 1 insertions, 1 deletions
@@ -5,6 +5,6 @@ A minimalist C application hosted on `git.davo.co`. ## Building & Running ```bash -gcc -Wall -Wextra -std=c23 main.c -o hello +gcc -Wall -Werror -O2 -std=c23 main.c -o hello ./hello ``` Binary files differ |
