Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 326 Bytes

File metadata and controls

12 lines (12 loc) · 326 Bytes

This is the compiling comand with the warning flags:

gcc -Wall -Wextra -Wpedantic  "Name of the file" -o "Name do you want to the executable file"

In Unix basement systems run the compiled file with:

./"Name of the compiled file."

For compiling in Nixos use the nixenv:

 nix-shell -p gcc11