Skip to content

Instantly share code, notes, and snippets.

@SophieDeBenedetto
Last active December 7, 2020 22:07
Show Gist options
  • Save SophieDeBenedetto/e7cd2c63adf5739d934a2cc61c79b3bd to your computer and use it in GitHub Desktop.
Save SophieDeBenedetto/e7cd2c63adf5739d934a2cc61c79b3bd to your computer and use it in GitHub Desktop.
defmodule Accountant do
@sum 2020
defguard equals_twenty_twenty(first, second) when first + second == @sum
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment