Skip to content

Instantly share code, notes, and snippets.

@LuisDiazUgena
Created March 14, 2016 11:38
Show Gist options
  • Save LuisDiazUgena/6ffa8420292b3b0db7d8 to your computer and use it in GitHub Desktop.
Save LuisDiazUgena/6ffa8420292b3b0db7d8 to your computer and use it in GitHub Desktop.
#ifndef BURRITO_H
#define BURRITO_H
class Burrito{
public:
Burrito();
};
#endif //BURRITO_H
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment