test01/main.c

8 lines
105 B
C

#include <stdio.h>
#include <stdlib.h>
int main() {
puts("Hello Dezentrale!");
return EXIT_SUCCESS;
}