5 lines
70 B
Python
5 lines
70 B
Python
|
|
#!/usr/bin/env python
|
||
|
|
# -*- coding: UTF-8 -*-
|
||
|
|
|
||
|
|
print("Hej världen!")
|