#include <stdio.h> int main() { printf("Hello, Berrry! ๐\n"); printf("Welcome to the C playground.\n"); return 0; }