diff options
Diffstat (limited to 'PIPET-1')
-rw-r--r-- | PIPET-1/main.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/PIPET-1/main.c b/PIPET-1/main.c new file mode 100644 index 0000000..ff09eb6 --- /dev/null +++ b/PIPET-1/main.c @@ -0,0 +1,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; +} |