changeset 6853:628a8e107fbc

<hppavilion[1]> ` echo \'if [ $1 -eq "Spanish" ]; then echo "\xc2\xa1Hola, mundo!"; else echo "Hello, world!"; fi\' > bin/hello-world-in-any-language
author HackBot
date Mon, 15 Feb 2016 01:36:39 +0000
parents 210509362ed3
children 8921a70294ee
files bin/hello-world-in-any-language
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/hello-world-in-any-language	Mon Feb 15 01:25:15 2016 +0000
+++ b/bin/hello-world-in-any-language	Mon Feb 15 01:36:39 2016 +0000
@@ -1,1 +1,1 @@
-echo Hello, World
+if [ $1 -eq "Spanish" ]; then echo "¡Hola, mundo!"; else echo "Hello, world!"; fi