endl; とは出力の最後に改行を押し込むという意味
#include <iostream> using namespace std; int main() { cout << "I'm hpscript!" << endl; return 0; }
$ g++ -o sample sample.cpp && ./sample
I’m hpscript!
ソフトウェアエンジニアの技術ブログ:Software engineer tech blog
随机应变 ABCD: Always Be Coding and … : хороший