Skip to content

Instantly share code, notes, and snippets.

@realtimeprojects
Last active August 25, 2017 14:14
Show Gist options
  • Save realtimeprojects/eca7d05546d4f0aca02d53e55e1f8211 to your computer and use it in GitHub Desktop.
Save realtimeprojects/eca7d05546d4f0aca02d53e55e1f8211 to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main (void)
{
printf("Hello world");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment