summaryrefslogtreecommitdiffstats
path: root/PIPET-1/main.c
blob: ff09eb6ea76975a7e1cc354415908dac746b574e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
//  main.c
//  PIPET-1
//
//  Created by dianshi on 4/1/20.
//  Copyright © 2020 dianshi. All rights reserved.
//

#include <stdio.h>

int main(int argc, const char * argv[]) {
    // insert code here...
    printf("Hello, World!\n");
    return 0;
}