This repository has been archived on 2020-12-05. You can view files and clone it, but cannot push or open issues or pull requests.
Files
stupid-coding-files/hello.c
2020-11-28 12:16:59 +02:00

4 lines
48 B
C

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