test01/main.c

8 lines
105 B
C
Raw Normal View History

2022-01-19 21:10:13 +00:00
#include <stdio.h>
#include <stdlib.h>
int main() {
2022-02-15 19:39:42 +00:00
puts("Hello Dezentrale!");
2022-01-19 21:10:13 +00:00
return EXIT_SUCCESS;
}