Comment on Anon tries programming in Java
Python:
print("Hello world")
C:
#include <stdio.h> int main() { printf("Hello World!"); return(0); }
PHP:
Hello World!
Python2 is only one character longer:
print “Hello world!”
Shell is only meant for duct tape scripts, you know to tie two regular compiled programs together
dch82@lemmy.zip 13 hours ago
C:
derpgon@programming.dev 2 hours ago
PHP:
Hello World!
sugar_in_your_tea@sh.itjust.works 13 hours ago
Python2 is only one character longer:
dch82@lemmy.zip 12 hours ago
Shell is only meant for duct tape scripts, you know to tie two regular compiled programs together