MCPcopy Create free account
hub / github.com/Distributive-Network/PythonMonkey / helloWorld

Function helloWorld

tests/js/modules/python-cjs-module.py:6–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4# @date Jun 2023
5
6def helloWorld():
7 print('hello, world!')
8
9
10exports['helloWorld'] = helloWorld

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected