Facebook
From Hot Bison, 4 Years ago, written in C++.
Embed
Download Paste or View Raw
Hits: 187
  1. bool WhatsUpWithTheExam(bool somoneCallToHerLateThursday)
  2. {
  3.         if (somoneCallToHerLateThursday)
  4.                 return true;
  5.         return false;
  6. }