#!/usr/bin/env python3 if __name__ == '__main__': with open('x.c', 'w', encoding='utf-8') as f: f.write('int main() { return 0; }\n') exit(0)