// include, void, printf, getch<br>เริ่มต้นเขียนโปรแกรมอย่างง่าย ๆ
/* http://www.thaiall.com/tc */
#include <stdio.h>
#include <conio.h>
void main()
{
printf(
"hello"
);
getch();
}