Hello World

PHOTO EMBED

Sat Apr 16 2022 02:02:04 GMT+0000 (Coordinated Universal Time)

Saved by @201BK201 #c

#include <stdio.h>
#include <stdlib.h>

int main()
{
    printf("Hello world!\n");
    return 0;
}
content_copyCOPY