Initial commit
This commit is contained in:
0
mygrep/Makefile
Normal file
0
mygrep/Makefile
Normal file
0
mygrep/README.md
Normal file
0
mygrep/README.md
Normal file
5
mygrep/mygrep.c
Normal file
5
mygrep/mygrep.c
Normal file
@@ -0,0 +1,5 @@
|
||||
#include <stdio.h>
|
||||
|
||||
void main() {
|
||||
printf("Hello, World!");
|
||||
}
|
Reference in New Issue
Block a user