Skip to content

Instantly share code, notes, and snippets.

@crabtw
Created June 18, 2009 05:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crabtw/131728 to your computer and use it in GitHub Desktop.
Save crabtw/131728 to your computer and use it in GitHub Desktop.
min-credit 142
-- 必修
type "必修" * 44,
-- 通識
id "GN", id "LS", id "LE", id "GS",
(id "GN" | id "LS" | id "LE" | id "GS") * 2,
-- 三選一
id "CS359" | id "CS401" | id "CS334",
id "CS377" | id "CS352" | id "CS354",
id "CS378" | id "CS320" | id "CS338",
-- 系選修
id "CS" * 8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment