summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorvin <git@vineetk.net>2023-11-14 12:05:20 -0500
committervin <git@vineetk.net>2023-11-14 12:05:20 -0500
commit7b613b030da2432830a9f00bfc6aeb9e59bcd728 (patch)
treef1e13c0cd28488c39a4267c7ea1265bbfdc17242 /main.go
parentaa16b741d54325527eb6bea451cb24526551ab52 (diff)
add rudimentary messy function for submitting aplus code
It is very messy, but later using golang's HTML parser should help make it more readable.
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index eb602e6..71db90b 100644
--- a/main.go
+++ b/main.go
@@ -14,7 +14,7 @@ func main() {
14 14
15 // select_course() 15 // select_course()
16 course_code := 7329 16 course_code := 7329
17 launch_aplus(course_code) 17 launch_aplus(course_code, "A1B2C")
18 18
19 // enter_code() 19 // enter_code()
20} 20}