Option C Tools
Loading...
Searching...
No Matches
missing_header.py
Go to the documentation of this file.
1#!/usr/bin/env python3
2# -*- coding: utf-8 -*-
3# oct/tests/tests_formatter/fixtures/missing_header.py
4
5# Missing shebang and encoding
6# This file needs header fixes
7
8def hello():
9 """Say hello."""
10 print("Hello, World!")