Cod sursă (job #131157)

Utilizator avatar Matei_Constantin 6A Constantin Matei Matei_Constantin IP ascuns
Problemă Sqrt (clasele 9-10) Compilator c | 0,10 kb
Rundă Arhiva de probleme Status evaluat
Dată 9 mar. 2015 14:24:35 Scor 0
#include <stdio.h>
#include <stdlib.h>

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