fix(user/bk-copy-rand-music):Follow direct symlinks to files
[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 };