feat(user/mw_create_subpage_navlinks.sh):Handle deep subpage paths
[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 };