libpaint/main.c

6 lines
67 B
C
Raw Normal View History

2022-08-15 02:05:36 +03:00
#include <stdio.h>
int main() {
printf("Hello, world!!\n");
}