Python2 is only one character longer:
print “Hello world!”
Comment on Anon tries programming in Java
dch82@lemmy.zip 11 hours agoC:
#include <stdio.h> int main() { printf("Hello World!"); return(0); }
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
derpgon@programming.dev 22 minutes ago
PHP:
Hello World!