Luavis/sherlock

View on GitHub
samples/hello_world.py

Summary

Maintainability
A
0 mins
Test Coverage
def main():
    echo("Hello World")

main()