# Goal have this code print ``` hello world``` not ``` hello Emma ``` ## Steps replace ```printf("Hello Emma!"); ``` with ```printf("Hello YOUR_NAME !");``` where YOUR_NAME is your name