9 lines
78 B
Plaintext
9 lines
78 B
Plaintext
process hello {
|
|
debug true
|
|
script:
|
|
"""
|
|
cowsay Hello Summit!
|
|
"""
|
|
}
|
|
|