Facebook
From gimme glacier, 3 Years ago, written in C++.
Embed
Download Paste or View Raw
Hits: 157
  1. bool wanttostartcompany = true;
  2. bool dev = false;
  3. bool ideahowtocreateproxies = false;
  4.  
  5. if(wanttostartcompany  == true && dev == true && ideahowtocreateproxies  == true){
  6.     createcompany()
  7. }