feat(user/mp4_make480.sh):Use GNU parallel, split into functions
[BK-2020-03.git] / user / c / src / hello_world.c
1 #include <stdio.h>
2
3 int main() {
4 printf("Hello world!\n");
5 return 0;
6 };