Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 137 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 137 Bytes

Chain

Chain.link.complete

Chain.link(
    { print("Chain.link") },
    .complete { print("Chain.complete") }
)
.run()