my first codetter !

  • タグ:
  • タグはありません
#include <stdio.h>
int main(void)
{
	printf("my first codetter !");
	return 0;
}