Skip to content

Instantly share code, notes, and snippets.

@Dynalon
Created May 24, 2013 06:07
Show Gist options
  • Save Dynalon/5641564 to your computer and use it in GitHub Desktop.
Save Dynalon/5641564 to your computer and use it in GitHub Desktop.
#include <stdio.h>
void main(int argc, char[] argv) {
printf("hello, world!\n");
}
@smanjrekar80
Copy link

On your website, http://dynalon.github.io/mdwiki/#!gimmicks.md
you've mentioned "Gists on github can be embedded by passing their numeric id"

From where do I get this numeric code? I've a Github Git, but not sure where to find it.

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