方法:printf("文字列")
#include <stdio.h>
int main(void)
{
printf("hello,world!");
return 0;
}>実行結果
hello,world!サンプルコード解説
in
| print(df) |
#include <stdio.h>
int main(void)
{
printf("hello,world!");
return 0;
}>実行結果
hello,world!in
| print(df) |