LiamTheBox@lemmy.world to Greentext@sh.itjust.works · 6 months agoAnon tries programming in Javalemmy.worldexternal-linkmessage-square246linkfedilinkarrow-up1883arrow-down134
arrow-up1849arrow-down1external-linkAnon tries programming in Javalemmy.worldLiamTheBox@lemmy.world to Greentext@sh.itjust.works · 6 months agomessage-square246linkfedilink
minus-squaresugar_in_your_tea@sh.itjust.workslinkfedilinkarrow-up18arrow-down1·edit-26 months agoPython: print("Hello world!")
minus-squaredch82@lemmy.ziplinkfedilinkarrow-up12·edit-26 months agoC: #include <stdio.h> int main() { printf("Hello World!"); return(0); } EDIT: POSIX-compatible shell: echo "Hello World!"
minus-squarePushButton@lemmy.worldlinkfedilinkarrow-up4·6 months agoRust: Still fighting the burrito check fil er
minus-squaresugar_in_your_tea@sh.itjust.workslinkfedilinkarrow-up3·edit-26 months agoPython2 is only one character longer: print “Hello world!” And you get proper data types too.
minus-squaredch82@lemmy.ziplinkfedilinkarrow-up2·6 months 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