Skip to content

Instantly share code, notes, and snippets.

@zenxvolt
Created June 23, 2025 01:01
Show Gist options
  • Save zenxvolt/899e415bb51b66116022baa1a3d22340 to your computer and use it in GitHub Desktop.
Save zenxvolt/899e415bb51b66116022baa1a3d22340 to your computer and use it in GitHub Desktop.
hello world in c++
#include <iostream>
int main() {
std::cout << "Hello, World!" << std::endl;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment