source:
mainline/uspace/dist/src/python/demo/hello.py@
77578e8
Last change on this file since 77578e8 was 77578e8, checked in by , 3 years ago | |
---|---|
|
|
File size: 136 bytes |
Line | |
---|---|
1 | #!/usr/bin/python |
2 | # |
3 | # SPDX-FileCopyrightText: 2022 HelenOS Project |
4 | # |
5 | # SPDX-License-Identifier: BSD-3-Clause |
6 | # |
7 | |
8 | print("Hello, World!") |
9 |
Note:
See TracBrowser
for help on using the repository browser.