C# Class ProjectEulerTen.Program

Afficher le fichier Open project: pdxacm/Project-Euler

Méthodes publiques

Méthode Description
Main ( ) : void
isPrime ( long n ) : bool

Method Details

Main() public static méthode

public static Main ( ) : void
Résultat void

isPrime() public static méthode

public static isPrime ( long n ) : bool
n long
Résultat bool