Archive | สิงหาคม, 2013

(ม.5) งานชิ้นที่ 3 – โปรแกรมแรกของฉัน

7 ส.ค.

#include<stdio.h>

int main()

{    

        printf(“Hello World !\n”);    

        printf(“Dudruthai ponyaim!\n”);    

        getch();

}