logo
0
0
WeChat Login
docs: standardize README_CN.md comment to English

☀️ CSQuest

A multi-language CNB (Cloud Native Buildpacks) development environment based on Ubuntu 24.04 LTS.

🛠️ Environment

ComponentVersionVerify
☕ JavaOpenJDK 21java --version
⚡ C++g++-14 (C++20)g++ --version
🔧 Cgcc-14 (C17)gcc --version
🐍 Python3.12 + numpy + pandaspython --version
📦 Git(built-in)git --version
🐳 Docker(built-in)docker --version
💻 VS Codecode-server-

📁 Project Structure

/workspace ├── README.md # Project documentation (English) ├── README_CN.md # Project documentation (Chinese) ├── REFERENCE.md # Language library reference ├── Dockerfile # CNB development environment config ├── .cnb.yml # CNB build config ├── setting.json # VS Code editor config ├── Tools/ # Tools │ └── Git.md # Git └── Python/ # Python └── HW.md # HW-Python CS-Exam Online

📚 Notes


☀️ Built for Cloud Native Development