5 lines
55 B
Python
5 lines
55 B
Python
import yaml
|
|
|
|
def main():
|
|
return "hello, world!!\n"
|
import yaml
|
|
|
|
def main():
|
|
return "hello, world!!\n"
|