Skip to content

Commit 1533121

Browse files
Emmanuel MassaquoiEmmanuel Massaquoi
authored andcommitted
initial commit
1 parent d26441f commit 1533121

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

p1/ReadWrite.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
//
2+
// Created by maxx on 6/19/17.
3+
//
4+

p1/main.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#include <stdio.h>
2+
3+
int main() {
4+
printf("Hello, World!\n");
5+
return 0;
6+
}

0 commit comments

Comments
 (0)