Project

General

Profile

Statistics
| Revision:

root / lab0 / hello.c @ 16

History | View | Annotate | Download (79 Bytes)

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