Skip to content

Instantly share code, notes, and snippets.

View Liferenko's full-sized avatar

Pavel Liferenko Liferenko

View GitHub Profile
-module(first).
-export([double/1,mult/2,area/3,square/1,trebel/1]).
mult(X,Y) ->
X*Y.
double(X) ->
mult(2,X).
area(A,B,C) ->
@jessejanderson
jessejanderson / intro-to-otp-in-elixir-resources.md
Last active June 15, 2023 05:03
Intro to OTP in Elixir - Resources