7 lines
96 B
Python
7 lines
96 B
Python
def main():
|
|
print("Hello from qwen3-coder-webdev!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|