c-course/c-basic/example.c
2024-08-10 14:14:34 +03:00

6 lines
81 B
C

#include <stdio.h>
int main(){
printf("example hello world\n");
return 0;
}