Project

General

Profile

Statistics
| Revision:

root / lab0 / hello.c @ 274

History | View | Annotate | Download (79 Bytes)

1 2 up20180642
#include <stdio.h>
2
3
int main(){
4
    printf("Hello world!\n");
5
    return 0;
6
}