start sink

This commit is contained in:
2021-02-08 14:53:49 +01:00
parent 4bf1152175
commit af760c986c
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");
}