From 2b4da61c05b29f491015e3a5dd29a28bb292d1f6 Mon Sep 17 00:00:00 2001 From: holder Date: Fri, 24 Jan 2025 16:33:58 +0800 Subject: [PATCH] Update test token --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 55680ae..0f396f2 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ DIR := workplace # This is only for TAs to run base test, students do not know the token TOKEN_SHA1 := $(shell echo -n '$(passwd)' | sha1sum | xargs | awk -F' ' '{ print $$1 }') -ifeq ($(TOKEN_SHA1), 3d95c23bbc8fa7540096eb11aa094621c28f9358) +ifeq ($(TOKEN_SHA1), db1e23e58df9631f16da9bfdc996efb844cf4c95) BASE := 1 BASE_CHAR := b else