fun.c
author Markus Bröker<broeker.markus@googlemail.com>
Sat, 21 Oct 2017 13:45:05 +0200
changeset 171 c6e0af68825a
parent 140 05d42a3737a4
permissions -rw-r--r--
Entrypoint and RET fixed

/**
 * 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;
}