Files
louiscklaw b3cc8e8323 update,
2025-01-31 22:57:47 +08:00

8 lines
88 B
Python

# -*- coding:utf8 -*-
import os
os.system("copy .\\neg.txt ..\\")
os.system("pause")