Project

General

Profile

Revision 1

Imported lab0/

View differences:

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

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

Also available in: Unified diff