semos/main.c
SimonFJ20 b5270924ba init
2024-04-02 17:21:48 +02:00

4 lines
64 B
C

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