Published Saturday, February 22, 2020 at 4:25:10 AM GMT+8
newbie
#include <bits/stdc++.h>
using namespace std;
signed main() {
cout << "hello world!" << endl;
return 0;
}
newbie
print ("hello world!")
expert
console.log("hello world!")