Skip to content

Instantly share code, notes, and snippets.

@tedysaputro
Created November 2, 2018 16:39
Show Gist options
  • Save tedysaputro/1eb0aa87ab1703b6c8a5bfbd91ad9672 to your computer and use it in GitHub Desktop.
Save tedysaputro/1eb0aa87ab1703b6c8a5bfbd91ad9672 to your computer and use it in GitHub Desktop.
#include <iostream>
using namespace std;
int main() {
cout << "Hello Ubuntu Linux" <<endl;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment