C_dumping-ground/hello.c
zombie 0fe2d7cf14 i wanted to write c again and i found this folder on my computer
i rearranged some shit and started actually making 3xplus1.c
i consider 3xplus1.c to be complete (maybe) and there is also hello.c that is complete
@quantum teach me c pl0xpl0xpl0xpl0xpl0xpl0xpl0xpl0xpl0xpl0xpl0x
2022-01-22 06:00:21 -05:00

6 lines
85 B
C

#include <stdio.h> //printf and shit
int main(){
printf("asd");
return 0;
}