start sink

This commit is contained in:
2021-02-08 14:53:49 +01:00
parent c6b489d017
commit 3c46916768
2 changed files with 26 additions and 0 deletions

5
sink/sink20169.c Normal file
View File

@ -0,0 +1,5 @@
#include <stdio.h>
int main() {
printf("Hello world!\n");
}