This commit is contained in:
filifa 2025-08-18 21:43:58 -04:00
parent 455e8b1777
commit 56d7a84dcf
1 changed files with 2 additions and 2 deletions

View File

@ -113,8 +113,8 @@ func crt(cmd *cobra.Command, args []string) {
var crtCmd = &cobra.Command{
Use: "crt -r R R [R ...] -m M M [M ...]",
Short: "Solve a system of linear congruences",
Long: `Solve a system of linear congruences.`,
Run: crt,
Long: `Solve a system of linear congruences.`,
Run: crt,
}
func init() {