Patrick Fitzgerald
Published © GPL3+

Simple C Program on your Linux PC

C, C++ and C# are used to write programs that run on a PC. Here is a simple C language program you can run on your Linux computer.

BeginnerProtip1 hour82
Simple C Program on your Linux PC

Story

Read more

Code

main.c

C/C++
GCC program to print Hello World on computer screen
#include <stdio.h>
int main (void) {
printf("Hello World, C program\n");}

Credits

Patrick Fitzgerald

Patrick Fitzgerald

117 projects • 39 followers

Comments