fork(1) download
  1. #include <bits/stdc++.h>
  2.  
  3. const bool ready = [](){
  4. std::cout << "I'm ready to solve problems!";
  5. return true;
  6. }();
  7.  
  8. int main() {
  9. // nothing
  10. }
Success #stdin #stdout 0s 4368KB
stdin
Standard input is empty
stdout
I'm ready to solve problems!