lazy_single_makefile_for_c_.../main.c

8 lines
109 B
C

#include <stdio.h>
int main(int argc, char const *argv[])
{
printf("hello world!\r\n");
return 0;
}