Sin in c++

Include the header for input/output operations. Use the "int" keyword to define the main function. Inside the main function, use the "std::cout" to display the message "Hello, world!" and "std::endl" to add a new line. Use the "return 0;" statement to signify successful execution of the program.