ほとんどの初心者が通る道。 初心者は大体printかbeepから入る。 #include<stdio.h> int main(void){ printf("PRINT %chellow world%c¥nBEEP 50",34,34); return 0; } //何故かprintf()が書きたくなりました。