Skip to content

Instantly share code, notes, and snippets.

@oschettler
Created December 15, 2011 18:18
Show Gist options
  • Save oschettler/1482174 to your computer and use it in GitHub Desktop.
Save oschettler/1482174 to your computer and use it in GitHub Desktop.
Hallo Welt
#include <stdio.h>
main() { printf("Hallo Welt\n"); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment