Created
July 16, 2022 07:06
-
-
Save gofenix/af93b6d5aeadace96ca77e6fed62b078 to your computer and use it in GitHub Desktop.
snippet for faas
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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