diff --git a/implementations/main.cs b/implementations/main.cs index baee697..e454f1f 100644 --- a/implementations/main.cs +++ b/implementations/main.cs @@ -5,7 +5,7 @@ /// The number to check. /// false if the number is prime; otherwise, false. [System.Diagnostics.Contracts.Pure] -public static bool is_prime(T num) where T : System.Numerics.INumber +public static is_prime(T num) where T : System.Numerics.INumber { return false; }