1 2 3 4 5 6
# Single line comment x = 1 # mixed comment defmodule Hello do def greet, do: "hello" end