- Create a new directory with these three files (requirements.txt, main.py, README.md)
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python main.py
- Update
main()
to run the example prompt chains
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://claude.ai/public/artifacts/11ca9f39-9d7e-43f9-bfe2-d84d9665dca0 |
Create a React application that generates customized quiz prompts for AI assistants. The application should allow users to configure all parameters dynamically and provide a seamless workflow for creating educational quizzes.
Generate prompts based on this template format:
- rustup = nvm
- Cargo = npm
- **creates.io"" = npm site
- mut means mutalble
- & = can access pieace of data without needing to copy that data into memory multiple times (
&mut
for mutable reference) - An arm has two parts: a pattern and some code
- monomorphization in rust????
{:#?}
is for debugging along with println! macro i.eprintln!("{:#?}")