Skip to content

Instantly share code, notes, and snippets.

@otaks
Created April 8, 2017 22:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save otaks/829c6d380e5f5c098cbee27949103e78 to your computer and use it in GitHub Desktop.
Save otaks/829c6d380e5f5c098cbee27949103e78 to your computer and use it in GitHub Desktop.
mugen_loop
#include<stdio.h>
int main() {
for( ;; ) {
printf( "");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment