I'm amazed that non-English speakers can learn to program so well. It must be very confusing trying to learn English and how to program at the same time. I've been learning Japanese and videos like this help me understand how Japanese people approach learning how to code.
38:53 実行ファイルの作成についての質問です 同じようにsample.aという名前でデスクトップに保存したのですが以下のようなエラーが出てしまいます。 どのようにすれば解決出来るでしょうか? wainoMacBook-Air:Desktop nk9$ gcc sample.a ld: warning: ignoring file sample.a, building for macOS-x86_64 but attempting to link with file built for unknown-unsupported file format ( 0x23 0x69 0x6E 0x63 0x6C 0x75 0x64 0x65 0x20 0x3C 0x73 0x74 0x75 0x64 0x69 0x6F ) Undefined symbols for architecture x86_64: "_main", referenced from: implicit entry/start for main executable ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)