Skip to content

A mini project to demonstrate using go test implementation. The program takes in a number and return the result whether if it is a prime number.

Notifications You must be signed in to change notification settings

leechuanfeng/primetest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

prime test

A mini project to demonstrate using go test implementation. The program takes in a number and return the result whether if it is a prime number.

To try out this project, run the following command:

$ go run .

To try out the go test, run the following command:

$ go test

About

A mini project to demonstrate using go test implementation. The program takes in a number and return the result whether if it is a prime number.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages