Skip to content

Instantly share code, notes, and snippets.

@charanhu
Created December 28, 2021 12:30
Show Gist options
  • Save charanhu/9073be308d0e5c92ceb2f51b707d1ab1 to your computer and use it in GitHub Desktop.
Save charanhu/9073be308d0e5c92ceb2f51b707d1ab1 to your computer and use it in GitHub Desktop.
#include <iostream>
using namespace std;
int main() {
cout << "Hello, I'm Charan H U!";
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment