C for Beginner

Hello
I want to run C program, please could you help me in this matter!
Regards,
phd40

Any kind of hello-world can be found here: Hello world/Text - Rosetta Code

Compile: gcc -o hello hello.c

Run: ./hello

1 Like