#include <stdio.h> int main(int argc, char *argv[]) { printf("Happy Birthday John! "); printf("I love you! "); printf("-Jane "); return 0; }