fun.c
author Markus Bröker <mbroeker@volpe.spectre.org>
Wed, 18 Aug 2010 16:14:40 +0200
changeset 140 05d42a3737a4
parent 137 d8a0984b72fc
permissions -rw-r--r--
Comments corrected: misspellings and other trivial things

/**
 * fun.c
 * Copyright (C) 2010 Unknown IRC User
 */

#include <stdio.h>

int main (void)
{
    int i;

    for (i = 0; i < 4; ++i)
        putchar (*((char *)(unsigned[]) {
                   558781766} +i));

    return 0;
}