#include<conio.h>
#include<stdio.h>
void main()
{
textcolor(green);
cprintf("%s\n","Hello!");
textbackground(magenta);
cprintf("%s","Goodbye!");
}
#include<conio.h>
#include<stdio.h>
void main()
{
textcolor(green);
cprintf("%s\n","Hello!");
textbackground(magenta);
cprintf("%s","Goodbye!");
}
آخرین ویرایش به وسیله Salar Ashgi : دوشنبه 11 مرداد 1389 در 22:50 عصر دلیل: کدها را در تگ کد(#) قرار دهید ./