pegrep-c/main.c
2024-09-20 09:29:29 -05:00

10 lines
83 B
C

#include <stdio.h>
int main()
{
puts("hello, world!");
return 0;
}