hello-world1 using c to print hello-world #include<stdio.h> int main() { printf("Hello world"); return 1; }