diff --git a/README.md b/README.md index 461e916..65fe7c3 100644 --- a/README.md +++ b/README.md @@ -64,4 +64,4 @@ A small piece of coding history—a handwritten version of Hello World in C (an _[Hello World! by Brian Kernighan, from Artsy's Algorythm Auction](https://www.artsy.net/artwork/brian-kernighan-hello-world) based on a 1974 Bell Laboratories internal memorandum by Brian Kernighan, Programming in C: A Tutorial, which contains the first known version._ -

View Hello World on Learn.co and start learning to code for free.

+

View Hello World on Learn.co and diff --git a/hello_world.rb b/hello_world.rb new file mode 100644 index 0000000..7f09b2f --- /dev/null +++ b/hello_world.rb @@ -0,0 +1 @@ +puts "Hello World!" \ No newline at end of file