Skip to content

Instantly share code, notes, and snippets.

@timuruski
Created May 4, 2011 00:39
Show Gist options
  • Select an option

  • Save timuruski/954541 to your computer and use it in GitHub Desktop.

Select an option

Save timuruski/954541 to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main () {
int i;
for(i = 0; i < 2; i++) { printf("Hello, world!\n"); }
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment