@LiamTheBox to [email protected] • 2 months agoAnon tries programming in Javaimagemessage-square248arrow-up1884arrow-down135
arrow-up1849arrow-down1imageAnon tries programming in Java@LiamTheBox to [email protected] • 2 months agomessage-square248
minus-square@[email protected]linkfedilink12•edit-22 months agoC: #include <stdio.h> int main() { printf("Hello World!"); return(0); } EDIT: POSIX-compatible shell: echo "Hello World!"
minus-square@[email protected]linkfedilink3•edit-22 months agoPython2 is only one character longer: print “Hello world!” And you get proper data types too.
minus-square@[email protected]linkfedilink2•2 months 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!"
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