Skip to content

Instantly share code, notes, and snippets.

@Rhernandez513
Last active November 1, 2017 20:02
Show Gist options
  • Save Rhernandez513/f3130039c18355a8dcfe to your computer and use it in GitHub Desktop.
Save Rhernandez513/f3130039c18355a8dcfe to your computer and use it in GitHub Desktop.
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include <iostream>
int main() {
std::cout << "Hello World!" << std::endl;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment