Skip to content

Instantly share code, notes, and snippets.

@marquesm91
Last active March 23, 2017 12:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marquesm91/6b78e6cc6edf0350a7eb70e6ea1f4979 to your computer and use it in GitHub Desktop.
Save marquesm91/6b78e6cc6edf0350a7eb70e6ea1f4979 to your computer and use it in GitHub Desktop.
ZeroIno - Example 1 (Part 1)
class teste
{
public:
teste();
~teste();
};
void hello () {
std::cout << "Hello World!\n";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment