this is my first blog!

code test

1
2
3
4
5
6
7
8
#include "stdio.h"

int main()
{
printf("hello world!");
return 0;
}