@LiamTheBox to [email protected] • 1 month agoAnon tries programming in Javaimagemessage-square249arrow-up1879arrow-down135
arrow-up1844arrow-down1imageAnon tries programming in Java@LiamTheBox to [email protected] • 1 month agomessage-square249
minus-square@[email protected]linkfedilink12•edit-21 month agoC: #include <stdio.h> int main() { printf("Hello World!"); return(0); } EDIT: POSIX-compatible shell: echo "Hello World!"
minus-square@[email protected]linkfedilink3•edit-21 month agoPython2 is only one character longer: print “Hello world!” And you get proper data types too.
minus-square@[email protected]linkfedilink2•1 month agoShell is only meant for duct tape scripts, you know to tie two regular compiled programs together
Python:
C:
#include <stdio.h> int main() { printf("Hello World!"); return(0); }
EDIT: POSIX-compatible shell:
echo "Hello World!"
PHP:
Rust:
Still fighting the burrito check fil er
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