【週刊ドットインストール】 メインのAIツールをCodexに移行中、AI関連レッスンの制作状況
#include <stdio.h> int main(void) { char *s1; char *s2; s1 = "i would like to learn ... "; scanf("%s", s2); printf("%s %s\n", s1, s2); }