I hereby claim:
- I am sumanmukherjee03 on github.
- I am sumanmukherjee03 (https://keybase.io/sumanmukherjee03) on keybase.
- I have a public key ASCpC0bueUpxsCtMsye84bvqoBemWrBM-kHKvrQw8u0KrQo
To claim this, I am signing this object:
| require 'rspec' | |
| require 'forwardable' | |
| RSpec.configure do |config| | |
| config.mock_with :rspec | |
| config.color_enabled = true | |
| end | |
| def program_name | |
| "Greeting Messages" |
| require 'rspec' | |
| RSpec.configure do |config| | |
| config.mock_with :rspec | |
| config.color_enabled = true | |
| end | |
| module ArrayExt | |
| def merge_sort | |
| if self.length <= 1 |
| require 'rspec' | |
| require 'forwardable' | |
| RSpec.configure do |config| | |
| config.mock_with :rspec | |
| config.color_enabled = true | |
| end | |
| module Version | |
| NUMBER = 1 |
| require 'rspec' | |
| require 'forwardable' | |
| RSpec.configure do |config| | |
| config.mock_with :rspec | |
| config.color_enabled = true | |
| end | |
| class Node | |
| def initialize(value) |
| package main | |
| import ( | |
| "crypto/aes" | |
| "crypto/cipher" | |
| "fmt" | |
| "reflect" | |
| "strconv" | |
| "time" | |
| ) |
I hereby claim:
To claim this, I am signing this object: