diff options
| author | vin <git@vineetk.net> | 2023-11-14 12:05:20 -0500 |
|---|---|---|
| committer | vin <git@vineetk.net> | 2023-11-14 12:05:20 -0500 |
| commit | 7b613b030da2432830a9f00bfc6aeb9e59bcd728 (patch) | |
| tree | f1e13c0cd28488c39a4267c7ea1265bbfdc17242 /main.go | |
| parent | aa16b741d54325527eb6bea451cb24526551ab52 (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.go | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | } |
