Skip to content

Instantly share code, notes, and snippets.

@olpaw
Last active August 7, 2020 09:31
Show Gist options
  • Save olpaw/6fd32c6a812ac4dcdcc9aa0ca74df3c4 to your computer and use it in GitHub Desktop.
Save olpaw/6fd32c6a812ac4dcdcc9aa0ca74df3c4 to your computer and use it in GitHub Desktop.
Test C/C++ code block

This is a test of C/C++ code blocks

#include <stdio.h>

int main(int argc, char** argv)
{
  printf("Hello World!\n");
  return 0;
}

This is regular text after the code example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment