Basic Operators

This is the code for all how you can use basic operators in Elixir.

1 + 2
3 - 2
3 * 2
3 / 2
div 3, 2
rem 3, 2