Skip to content
Snippets Groups Projects
csandbox.cc 115 B
Newer Older
  • Learn to ignore specific revisions
  • #include <iostream>
    
    
    auto main(int argc, char* argv[]) -> int {
    
      std::cout << "hello" << std::endl;
      return 0;