Skip to content

FPUGS/Arithmetic-Function

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arithmetic-Function

Join the chat at https://gitter.im/FPUGS

Goal

Create an Arithmetic function that accepts an operation [add, sub, mul, div], and two operands.

Solve this using any functional language you want. Haskell, F#, Closure, Ocaml, Scala, Common Lisp, D, Erlang, etc.

Submiting your solution

  • fork this repo
  • create a directory with [your username]/[lang] example: theRemix/ocaml
  • push to your own repo
  • push to your master branch on your own repo
  • create a pull request, from FPUGS/master to your origin/master
  • someone will merge your branch
  • post on gitter

FPUG