View Problem
Create a multithreaded "Hello World"
Create a program which outputs the string
Example:
-Output-
Thread one says Hello World!
Thread two says Hello World!
Thread four says Hello World!
Thread three says Hello World!
-Notice that the threads can print in any order.
Submit a new solution for ruby
There are 19 other solutions in additional languages (clojure, cpp, erlang, fantom ...)
"Hello World" to the console, multiple times, using separate threads or processes.
Example:
-Output-
Thread one says Hello World!
Thread two says Hello World!
Thread four says Hello World!
Thread three says Hello World!
-Notice that the threads can print in any order.
Submit a new solution for ruby
There are 19 other solutions in additional languages (clojure, cpp, erlang, fantom ...)


