feat: update readme
This commit is contained in:
@@ -2,7 +2,7 @@ package me.hatter.math;
|
||||
|
||||
import java.math.BigInteger;
|
||||
|
||||
public class Crt {
|
||||
public class ChineseRemainderTheorem {
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.out.println(crt(
|
||||
Reference in New Issue
Block a user