embpart/embpart.c
2023-09-28 10:00:34 +02:00

8 lines
94 B
C

#include "embpart.h"
#include <stdio.h>
void hello(void) {
printf("Hello, World!\n");
}