semos/main.c
SimonFJ20 af383f0ff2 init
2024-04-02 17:14:33 +02:00

4 lines
64 B
C

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