Files
intelliphoto/helloworld.c
2019-10-25 10:35:13 +02:00

6 lines
66 B
C

#include <stdio.h>
int main(){
print("Hello World lelek");
}