Added Sidekiq

Fixes: #510
Co-Authored-By: rnzit <rnzit@users.noreply.github.com>
This commit is contained in:
Richie Bendall
2020-04-01 05:08:52 +13:00
parent e77dcd9087
commit 9281a61736
2 changed files with 4 additions and 0 deletions

View File

@@ -524,6 +524,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
* [Shakespeare](s/shakespeare.spl)
* [Shell](s/shell.sh)
* [Shen](s/shen.shen)
* [Sidekiq](s/sidekiq.sidekiq)
* [Sil](s/SIL.SIL)
* [Simpl+](s/simpl%2B.usp)
* [Simula](s/simula.sim)

3
s/sidekiq.sidekiq Normal file
View File

@@ -0,0 +1,3 @@
def self.❨╯°□°❩╯︵┻━┻
puts "Hello World"
end