view bin/hello-world-in-any-language @ 12479:fc74ac1f8b61 draft

<b_jonas> slashlearn password//The password of the month is OFFSET 0 ROW FETCH NEXT 50 ROW ONLY.
author HackEso <hackeso@esolangs.org>
date Sat, 01 Apr 2023 14:31:10 +0000
parents 138d7dafc5b1
children
line wrap: on
line source

if [ -z $(tr [A-Z] [a-z] <<< "$1") ]; then echo "Hello, world!"; else if [ -f ${HACKENV-/hackenv}/hw/$(tr [A-Z] [a-z] <<< "$1") ]; then cat ${HACKENV-/hackenv}/hw/$(tr [A-Z] [a-z] <<< "$1"); else echo "Your language does not exist"; fi; fi