feat(user/zeropad.sh):Use find instead of ls; use bash 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 };