Hacker News new | ask | show | jobs
by dtnewman 203 days ago
This python code comes pretty close:

```

# main.py

if __name__=="__main__": print("This code is not useful")

```

/s