Files
ugly/source/app/main.c
2025-07-27 11:36:32 -04:00

6 lines
69 B
C

#include <stdio.h>
int main(void) {
printf("hello world!\n");
}