Skip to content

Instantly share code, notes, and snippets.

@Tyler887
Last active December 19, 2021 14:33
Show Gist options
  • Save Tyler887/89e904ea3feeda066c3626781919ee45 to your computer and use it in GitHub Desktop.
Save Tyler887/89e904ea3feeda066c3626781919ee45 to your computer and use it in GitHub Desktop.
Hello World
#include <iostream>
using namespace std;
int main() {
cout << "Hello World!";
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment