#include <stdio.h> int main() { printf("Hello, I am learning C!"); return 0; }
Click Run to execute this code.