hello-world practice how to use github #include <stdio.h> int main() { printf("Hello world"); return 0; }