github.com/iron-io/functions@v0.0.0-20180820112432-d59d7d1c40b2/examples/README.md (about) 1 # Example Functions 2 3 This directory has a collection of example functions you can look at to learn more about how to write them 4 or just copy one and build on it to get started faster. 5 6 ## Hello World Examples 7 8 The [Hello World examples](hello/) are the most basic functions you can write and we'll try to have an example in most major languages. 9 This is a good place to start and good examples to copy and build upon.