9 lines
No EOL
129 B
Python
9 lines
No EOL
129 B
Python
#!/usr/bin/env python3
|
|
# -*- coding: utf-8 -*-
|
|
"""
|
|
Created on Thu Jan 23 13:13:07 2025
|
|
|
|
@author: jasper
|
|
"""
|
|
|
|
print("hello world") |