This commit is contained in:
filifa
2025-08-18 21:43:58 -04:00
parent 455e8b1777
commit 56d7a84dcf

View File

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