usercontent / docs /quickstart.md
github-actions[bot]
Safe auto-sync: updating GitHub files while protecting dynamic folders
5274909
|
Raw
History Blame Contribute Delete
1.45 kB
---
title: '<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="display:inline; margin-bottom:-2px; margin-right:6px;"><path d="M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5"/><path d="M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09"/><path d="M9 12a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.4 22.4 0 0 1-4 2z"/><path d="M9 12H4s.55-3.03 2-4c1.62-1.08 5 .05 5 .05"/></svg> Quick Start'
---
# Quick Start Guide
Get started with the BSc Code Index in minutes.
## 1. Browse the Code
- Use the sidebar to navigate semesters and topics
- Click any file to view full documentation
## 2. Understand a Program
Each page includes:
- Problem Statement
- Source Code
## 3. Run the Code
### For C
```bash
gcc file.c -o output
./output
```
### For R
```bash
Rscript file.r
```
## 4. Print or Save
- Click **Raw**
- Use browser → Print → Save as PDF
## 5. Learn Properly
::: warning Important
Do NOT copy-paste blindly.
:::
Best method:
- Read the code
- Understand logic
- Rewrite yourself
## 6. Use GitHub
- View full repository
- Track updates
- Explore file history
## 7. Folder Navigation
Each folder contains:
- Subfolders (topics/semesters)
- Code files
- Auto-generated index
## 8. You're Ready
Start exploring and learning step-by-step.