libuwuc/hello.c
2023-09-30 10:54:59 +02:00

5 lines
83 B
C

#include<stdio.h>
int main(int argc, char *argv[]) {
puts("Hello, world!");
}