1a3b084c980c19c1b9b78a6101b8b8016047f55f
[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 };