texstretch/main.c
2024-07-22 19:19:27 -04:00

7 lines
84 B
C

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