Skip to content

Instantly share code, notes, and snippets.

@IAALAI
Created March 3, 2024 04:20
Show Gist options
  • Save IAALAI/0391aaaa6f418c741a0b8d09a61aa80c to your computer and use it in GitHub Desktop.
Save IAALAI/0391aaaa6f418c741a0b8d09a61aa80c to your computer and use it in GitHub Desktop.
Modern CPP
import std;
auto main() -> int {
std::println("Hello World");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment