Skip to content

Instantly share code, notes, and snippets.

@jvgomez
Created November 25, 2014 08:19
Show Gist options
  • Save jvgomez/36ea053c7b411acf295f to your computer and use it in GitHub Desktop.
Save jvgomez/36ea053c7b411acf295f to your computer and use it in GitHub Desktop.

Title: Gallery Category: Main

testing cpp highlighting

:::cpp
int main ()
{
    int a = 5;
    std::cout << a << std::endl;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment