mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-28 23:55:43 +00:00
16 lines
241 B
Plaintext
16 lines
241 B
Plaintext
program = "../hello"
|
|
|
|
# my aim is true
|
|
[Output]
|
|
stdout = "hello world\n"
|
|
|
|
# option 2
|
|
[Output_larry_is_a_good_boy]
|
|
args = "larry"
|
|
stdout = "hello larry\n"
|
|
|
|
# option 47
|
|
[Output_stevie_is_a_good_boy]
|
|
args = "stephen"
|
|
stdout = "hello stephen\n"
|