#include #include int main(){ printf("About to run the web browser!\n"); system("google-chrome www.wikipedia.org"); printf("Done running the web browser\n"); return 0; }