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
2018-10-03 18:46:59 +02:00

6 lines
65 B
C

#include <stdio.h>
void main() {
printf("Hello, World!");
}