One-Line Quine (Python)

1 points by geophile ↗ HN
import os, sys; os.system(f'cat {sys.argv[0]}')

0 comments

[ 2.8 ms ] story [ 11.5 ms ] thread

No comments yet.