aboutsummaryrefslogtreecommitdiff
path: root/main.c
blob: 11f7c9978711b8273ce990726388241adae78c56 (plain)
1
2
3
4
5
#include <stdio.h>

int main() {
    printf("hello world\n");
}