semos/main.c

4 lines
64 B
C
Raw Normal View History

2024-04-02 16:21:48 +01:00
#include <stdio.h>
int main(void) { printf("hello world\n"); }