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