Due to server problems the website is temporarily offline! Visit http://www.smorgasbordet.com/pellesc/ to download Pelles C.
#include <stdio.h>int main(int argc, char *argv[]){ wprintf(L"wide\n"); printf("normal\n"); return 0;}