log

age author description
Mon, 15 Feb 2016 02:02:16 +0000 HackBot <Elronnd> ` echo \'if [ -z $1 ]; then echo "Hello, world!"; else if [ -f hw/$1 ]; then cat hw/$1; else echo "Your language does not exist"; fi; fi\' > bin/hello-world-in-any-language
Mon, 15 Feb 2016 02:00:21 +0000 HackBot <Elronnd> ` echo \'if [ -z $1 ]; then echo "Hello, world!"; else cat hw/$1; fi\' > bin/hello-world-in-any-language
Mon, 15 Feb 2016 01:58:15 +0000 HackBot <Elronnd> ` sed -i \'s/..\\///g\' bin/hello-world-in-any-language