This is a submission for MLH's daily hack. I wrote a simple program to print "Hello World" with Crystal using the online IDE Repl.it. Something interesting I learned was that you can print in Crystal using two methods; "puts" which not only prints out the argument to the console but also automatically adds a newline after the argument, and the classic "print" which does the same thing as "puts" without the newline.

Built With

  • crystal
Share this project:

Updates