For Business
Login
Home
Assessments
Mytat Certificates
Community
Courses
Premium Courses
jobs
Practice
Upskilling
Projects
Help
Run ยป
#include
using namespace std; int main() { /* The code below will print the words Hello World! to the screen, and it is amazing */ cout << "Hello World!"; return 0; }