Skip to content

Instantly share code, notes, and snippets.

@LuisDiazUgena
Created March 14, 2016 11:40
Show Gist options
  • Save LuisDiazUgena/d5334328445c4641d266 to your computer and use it in GitHub Desktop.
Save LuisDiazUgena/d5334328445c4641d266 to your computer and use it in GitHub Desktop.
#include "Burrito.h"
#include <iostream>
using namespace std;
Burrito::Burrito(){
cout << "Im a bannana";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment