You are on page 1of 1

This is code for first loading sample c program

# include <stdio.h>
int main()
{

printf("Hi");
return 0;
}

This is just a sample code to print the word hi


This is written in C and not cpp.

The most important thing with C is that it can be used to interact with hardware
and is very fast.

You might also like