fork download
  1. #include <iostream>
  2. using namespace std;
  3. main()
  4. {
  5. cout<<"belajar yuk";
  6.  
  7. return 0;
  8. }
Success #stdin #stdout 0.02s 2724KB
stdin
Standard input is empty
stdout
belajar yuk