Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

About this example

This example shows a C program compilation and run using gcc from the command line.

Requirements

You should have a compiler installed. Ubuntu Linux:

apt-get install build-essential

Run

Open a terminal and type:

sh run.sh

Output

A typical output should look like this one.

compiling ..
running..
Hello there !