Problem
1. The string literal "\t" represents a tab character; different C++ implementations display tabs in different ways. Experiment with your implementation to learn how it treats tabs.
2. Write a program that, when run, writes the Hello, world! program as its output.