8 lines
65 B
Plaintext
8 lines
65 B
Plaintext
include { hello } from './modules/foo'
|
|
|
|
workflow {
|
|
hello()
|
|
}
|
|
|
|
|