Cod sursa(job #1335893)

Utilizator luciancerbu87Cerbu Lucian luciancerbu87 Data 6 februarie 2015 00:21:12
Problema Jocul Flip Scor 0
Compilator c Status done
Runda Arhiva de probleme Marime 0.18 kb
//
//  001.c
//  01
//
//  Created by Lucian Cerbu on 15/01/15.
//
//

#include <stdio.h>

int main()
{
    /* my first program in C */
    printf("Hello, World! \n");
    
    return 0;
}