Skip to content
Snippets Groups Projects
Select Git revision
  • 9a1151f895be89bd17d0e8a48b50bf88a40c8c7b
  • main default protected
2 results

hello.cc

Blame
  • hello.cc 80 B
    #include <iostream>
    
    auto main() -> int
    {
        std::cout << "Hello, world!\n";
    }