i <3 linux
where i rant
main.c
1#include <stdio.h>
2
3int main() {
4 printf("hello\n");
5 return 0;
6}