pvjc24/cv1/program.c
2024-02-17 11:42:30 +01:00

8 lines
61 B
C

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