We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1637a07 commit fd0a919Copy full SHA for fd0a919
Makefile
@@ -3,7 +3,7 @@ CHAPTER ?=
3
OFFLINE :=
4
# This is only for TAs to run base test, students do not know the token
5
TOKEN_SHA1 := $(shell echo -n '$(passwd)' | sha1sum | xargs | awk -F' ' '{ print $$1 }')
6
-ifeq ($(TOKEN_SHA1), 3d95c23bbc8fa7540096eb11aa094621c28f9358)
+ifeq ($(TOKEN_SHA1), 1c22d32b04178593d7452f5eb5037bda00f73037)
7
BASE := 1
8
BASE_CHAR := b
9
else
0 commit comments