Project

General

Profile

Revision 2

added hello.c (now correct)

View differences:

lab0/hello.c
1
#include <stdio.h>
2

  
3
int main(){
4
    printf("Hello world!\n");
5
    return 0;
6
}
7

  
0 8

  

Also available in: Unified diff