Created
May 24, 2013 06:07
-
-
Save Dynalon/5641564 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
void main(int argc, char[] argv) { | |
printf("hello, world!\n"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.