Skip to content

Instantly share code, notes, and snippets.

@astro648
Created July 8, 2022 00:05
Show Gist options
  • Save astro648/2970cac6dca1834ec76e7020316ca439 to your computer and use it in GitHub Desktop.
Save astro648/2970cac6dca1834ec76e7020316ca439 to your computer and use it in GitHub Desktop.
Hello World in C++
#include <iostream>
using namespace std;
int main(){
cout<<"Hello World!"<<endl;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment