@LiamTheBox to [email protected] • 1 day agoAnon tries programming in Javaimagemessage-square217arrow-up1775arrow-down130
arrow-up1745arrow-down1imageAnon tries programming in Java@LiamTheBox to [email protected] • 1 day agomessage-square217
minus-squaredch82linkfedilink8•edit-27 hours agoC: #include <stdio.h> int main() { printf("Hello World!"); return(0); } EDIT: POSIX-compatible shell: echo "Hello World!"
minus-square@[email protected]linkfedilink2•edit-27 hours agoPython2 is only one character longer: print “Hello world!” And you get proper data types too.
minus-squaredch82linkfedilink2•7 hours agoShell is only meant for duct tape scripts, you know to tie two regular compiled programs together
C:
#include <stdio.h> int main() { printf("Hello World!"); return(0); }
EDIT: POSIX-compatible shell:
echo "Hello World!"
Python2 is only one character longer:
And you get proper data types too.
Shell is only meant for duct tape scripts, you know to tie two regular compiled programs together