hello

what i like

main.c

1#include <stdio.h>

2

3int main() {

4    printf("hello\n");

5    return 0;

6}