Cod sursa(job #39)

Utilizator fluffyDan-Leonard Crestez fluffy Data 4 decembrie 2006 03:14:02
Problema Jocul Flip Scor 0
Compilator c Status done
Runda Arhiva de probleme Marime 0.31 kb
// Automated test for jrun.
// The following are parsed by test.php
// JRUN_ARGS = --time-limit 100 --memory-limit 16000
// JRUN_RES = OK: time [0-9]+ms memory [0-9]+kb: Execution successful.
#include <stdio.h>
#include <string.h>
#include <stdlib.h>

int main(void)
{
    printf("Hello World!!!\n");
    return 0;
}