Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 410 Bytes

hello_world.org

File metadata and controls

16 lines (14 loc) · 410 Bytes

Hello World Example

This is a simple example using napkin src block.

def seq_diagram(c):
    user = c.object('user')
    world = c.object('world')
    with user:
        world.hello("this")

This is another example of using plain PlantUML text with napkin-puml src block.

class Car
Driver - Car : drives >