mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 06:11:43 +00:00
5 lines
149 B
Python
5 lines
149 B
Python
#!/usr/bin/python
|
|
# A coding comment is only valid in the first two lines, so this one is not checked.
|
|
# -*- coding: utf-8 -*-
|
|
|
|
print('Hello world')
|