From 1b635ed6e8f0e579233ba0252105f9f977faaa3d Mon Sep 17 00:00:00 2001 From: "zzysz@qq.com" Date: Fri, 5 Sep 2025 09:06:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E7=9A=84=E6=B5=8B=E8=AF=95=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=92=8C=E8=80=81=E7=9A=84=E6=B5=8B=E8=AF=95=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/primes.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 script/primes.sh diff --git a/script/primes.sh b/script/primes.sh new file mode 100644 index 0000000..12fe5f1 --- /dev/null +++ b/script/primes.sh @@ -0,0 +1,2 @@ + module load python + python primes_100k_200k.py \ No newline at end of file