Skip to content

Latest commit

 

History

History

helloWorld

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Prints "Hello World"

This is an extremely small example for a C program. The main reason for it to exist is that you can verify that your compiler works. This is especially important when installing MinGW in order to use GCC under Microsoft Windows.

Windows: gcc helloWorld.c -o helloWorld.exe Linux: gcc helloWorld.c -o helloWorld