diff options
| author | Juan Roig <jaroig@outlook.com> | 2023-11-14 18:04:29 -0500 |
|---|---|---|
| committer | Juan Roig <jaroig@outlook.com> | 2023-11-14 18:04:29 -0500 |
| commit | 329f8dfe029025d591cf3e111dc842a7f4c2a43f (patch) | |
| tree | d4beebd24a00ed8503916c5b0f68840191d177fc /main.go | |
| parent | 7b613b030da2432830a9f00bfc6aeb9e59bcd728 (diff) | |
Reorganization
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -5,6 +5,7 @@ import ( | |||
| 5 | ) | 5 | ) |
| 6 | 6 | ||
| 7 | var base_link string | 7 | var base_link string |
| 8 | var base_aplus_link string | ||
| 8 | var token string | 9 | var token string |
| 9 | var external_tools_code int | 10 | var external_tools_code int |
| 10 | var client http.Client | 11 | var client http.Client |
| @@ -12,9 +13,8 @@ var client http.Client | |||
| 12 | func main() { | 13 | func main() { |
| 13 | initialize() | 14 | initialize() |
| 14 | 15 | ||
| 15 | // select_course() | 16 | course_code := 7326 |
| 16 | course_code := 7329 | 17 | submit_code(course_code, "A1B2C") |
| 17 | launch_aplus(course_code, "A1B2C") | ||
| 18 | 18 | ||
| 19 | // enter_code() | 19 | // enter_code() |
| 20 | } | 20 | } |
