fork(1) download
  1. #include <iostream>
  2.  
  3. using namespace std;
  4.  
  5. int main() {
  6.  
  7. int Variable = 5;
  8.  
  9. cout << Variable << endl; //any string that is requested to be called out by the system below will not appear.
  10. }
Success #stdin #stdout 0s 3460KB
stdin
Standard input is empty
stdout
5