#include <stdio.h> int main() { printf("Hello,my friend.\n"); printf("Let us learn computer programming!\n"); return 0; }