Programming 1

My first programming

I created a very simple program using the printf function – shows the result of inside the bracket. This program displays my name and a greeting.




The code:

#include <stdio.h>
int main(void)
{
printf("Hi my name is Shun Haginouchi.\n");
printf("This is my first programming.\n\n");

return(0);
}

0 件のコメント:

コメントを投稿