#include <iostream> int main() { // TODO: print "Hello" on one line // TODO: print "World" on the next line return 0; }
Output
Click Run to execute, or Check to validate.
Ask questions or share tips about this tutorial
Sign in to join the discussion