#C--, 171 bytes
C--, 171 bytes
target byteorder little;import getchar,putchar;export main;foreign"C"main(){t:bits32 v;v=foreign "C" getchar();if(v!=-1){foreign"C"putchar(v);goto t;}foreign"C"return(0);}
Considering C-- is essentially a "portable assembler", I shouldn't be surprised that this was huge.
#C--, 171 bytes
target byteorder little;import getchar,putchar;export main;foreign"C"main(){t:bits32 v;v=foreign "C" getchar();if(v!=-1){foreign"C"putchar(v);goto t;}foreign"C"return(0);}
Considering C-- is essentially a "portable assembler", I shouldn't be surprised that this was huge.
C--, 171 bytes
target byteorder little;import getchar,putchar;export main;foreign"C"main(){t:bits32 v;v=foreign "C" getchar();if(v!=-1){foreign"C"putchar(v);goto t;}foreign"C"return(0);}
Considering C-- is essentially a "portable assembler", I shouldn't be surprised that this was huge.
#C--, 171 bytes
target byteorder little;import getchar,putchar;export main;foreign"C"main(){t:bits32 v;v=foreign "C" getchar();if(v!=-1){foreign"C"putchar(v);goto t;}foreign"C"return(0);}
Considering C-- is essentially a "portable assembler", I shouldn't be surprised that this was huge.