Hello World

Test Page

This is a test page

Code

1
2
3
4
5
def test():
    print("hello world")
    return 0

test()

URL link

Image

image-20241014173502132

Licensed under CC BY-NC-SA 4.0