From e6e92cac26af8f67627dd30173fe0f20b20acdde Mon Sep 17 00:00:00 2001 From: jif-oai Date: Mon, 11 May 2026 14:51:52 +0100 Subject: [PATCH] add dummy hello world --- codex-rs/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/codex-rs/README.md b/codex-rs/README.md index d219061a35..d792bb6353 100644 --- a/codex-rs/README.md +++ b/codex-rs/README.md @@ -103,3 +103,7 @@ This folder is the root of a Cargo workspace. It contains quite a bit of experim - [`cli/`](./cli) CLI multitool that provides the aforementioned CLIs via subcommands. If you want to contribute or inspect behavior in detail, start by reading the module-level `README.md` files under each crate and run the project workspace from the top-level `codex-rs` directory so shared config, features, and build scripts stay aligned. + +## Dummy Hello World + +Hello world.