Skip to content

cloudsteak/chatgpt-codex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ChatGPT Codex

This repository contains a small utility for working with prime numbers.

Usage

Import the is_prime function from prime_utils and call it with an integer:

from prime_utils import is_prime

print(is_prime(17))  # True

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages