I hereby claim:
- I am mumrah on github.
- I am mumrah (https://keybase.io/mumrah) on keybase.
- I have a public key ASCd-jLyG5wl65kfDGn0RH73xKpV1lRjUvs2eOHe876OzAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
import java.util.Objects; | |
import java.util.Optional; | |
import java.util.function.Consumer; | |
import java.util.function.Function; | |
public class Either<L, R> { | |
private final L left; | |
private final R right; |
#!/usr/bin/env python3 | |
# -*- coding: utf-8 -*- | |
from collections import defaultdict | |
import operator | |
import os | |
import re | |
def prompt_for_user(): |