libpaint/main.c
2022-08-15 02:05:36 +03:00

5 lines
67 B
C

#include <stdio.h>
int main() {
printf("Hello, world!!\n");
}