Skip to content

Instantly share code, notes, and snippets.

@dullbananas
Created March 14, 2020 01:54
Show Gist options
  • Save dullbananas/1a1298ab5efc58dd00e67e5abf8da683 to your computer and use it in GitHub Desktop.
Save dullbananas/1a1298ab5efc58dd00e67e5abf8da683 to your computer and use it in GitHub Desktop.
Ugly C++ Hello World
#include <iostream>
using namespace std
; int main ( )
{ cout << "Hello worl"
; return 0
;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment