Skip to content

gcc

# Compile
gcc "hello-world.c" -o "HelloWorld"

# Run
./HelloWorld