diff options
author | systemcoder <systemcoder@protonmail.com> | 2020-04-01 16:21:26 +0000 |
---|---|---|
committer | systemcoder <systemcoder@protonmail.com> | 2020-04-01 16:21:26 +0000 |
commit | 8e7948be8633bf295f33a17430e2013edc663d8c (patch) | |
tree | 6b1a36bf00d2b65bf66908e1ff335d13dc8d3c86 /PIPET-1 | |
download | PIPET-1-8e7948be8633bf295f33a17430e2013edc663d8c.tar.gz PIPET-1-8e7948be8633bf295f33a17430e2013edc663d8c.zip |
Initial Commit
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; +} |