nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 6 lines 105 B view raw
1#include <iostream> 2 3int main(int argc, char *argv[]) { 4 std::cout << "Hello, C++\n"; 5 return 0; 6}