hdawg

21
reputation
5
public func hdawg(knowledge: AnyKnowledge) {
    share(knowledge)
    if let new: AnyKnowledge = explore & learn {
        hdawg(new)
    }
}

I am a abstract consumer and explorer who likes to discover and explore new stuff and I believe in consuming and sharing the same.