Skip to content
Snippets Groups Projects

Hello, snippets!

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Darkgeem

    419: I am a snippet

    Edited
    comprun.sh 638 B
    hello_snippet.cpp 120 B
    #include <iostream>
    
    int main(int argc, char* argv[]) {
        std::cout << "Hello, snippet!" << std::endl;
        return 0;
    }
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment