Skip to content

clovisphere/clovisphere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 

Repository files navigation

Saving the world one commit at a time (with questionable commit messages).

(* ~/bio/whoami.ml *)

type engineer = {
  role: string;
  location: string;
}

let me = {
  role = "Software Engineer";
  location = "Nairobi, Kenya";
  stack = ["Ruby"; "Scala"; "Go", "Clojure"; "Python"];
}

let () =
  Printf.printf "Hey, there πŸ‘‹ I'm a %s based in %s.\n" me.role me.location;
  Printf.printf "Currently hacking in: %s\n" (String.concat ", " me.stack);

Clov's Github activity graph

About

About me:)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors