An open API service indexing awesome lists of open source software.

https://github.com/cloudsteak/chatgpt-codex


https://github.com/cloudsteak/chatgpt-codex

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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:

```python
from prime_utils import is_prime

print(is_prime(17)) # True
```