bash-framework/framework.c
2022-08-14 17:10:59 +07:00

4 lines
69 B
C

#include <stdio.h>
int main(){
printf("Hello from losst.ru\n");
}