Skip to content

Instantly share code, notes, and snippets.

@gofenix
Created July 16, 2022 07:06
Show Gist options
  • Save gofenix/af93b6d5aeadace96ca77e6fed62b078 to your computer and use it in GitHub Desktop.
Save gofenix/af93b6d5aeadace96ca77e6fed62b078 to your computer and use it in GitHub Desktop.
snippet for faas
defmodule CodeOnChain.HelloWorld do
@moduledoc """
this is a hello world snippet
"""
def get_module_doc, do: @module_doc
def hello_world() do
"hello world"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment