1
0
mirror of https://gitlab.com/klmp200/fish.git synced 2024-11-14 21:03:21 +00:00
fish/main.c

6 lines
79 B
C

#include <stdio.h>
int main() {
printf("Hello, World!\n");
return 0;
}