This repository has been archived on 2021-08-17. You can view files and clone it, but cannot push or open issues or pull requests.
unix/mygrep/mygrep.c

6 lines
65 B
C
Raw Normal View History

2018-10-03 16:46:59 +00:00
#include <stdio.h>
void main() {
printf("Hello, World!");
}