2011-12-29から1日間の記事一覧

Hello World

#include <stdio.h> int main (void) { char *str = "Hello World"; puts(str); return 0; } こんなんだっけか?</stdio.h>