2013年3月11日 星期一

從 Scratch 轉換到 C 語言 - first C program

#include <stdio.h>

int main(void)
{

printf("hello, world!\n");
return 0;

}


沒有留言:

張貼留言