zombie
0fe2d7cf14
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
6 lines
85 B
C
6 lines
85 B
C
#include <stdio.h> //printf and shit
|
|
|
|
int main(){
|
|
printf("asd");
|
|
return 0;
|
|
}
|