Source File: ex02.cpp

#include <iostream>

using namespace std;

int main() {
  cout << "We'll have cake, in the end." << endl;

  return 0;
}