#include <stdio.h> int main() { printf("Hello world!"); printf("this is how to print anything in c"); return 0; }