Skip to content

Commit eb05e1b

Browse files
committed
docs: Add readme
1 parent 4832456 commit eb05e1b

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

.github/project-logo.png

36 KB
Loading

README.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
<h1 align='center'>
2+
<img width=400 src="./.github/project-logo.png"/>
3+
4+
<p align="center">
5+
<img alt="Linguagem mais usada na aplicação" src="https://img.shields.io/github/languages/top/KiwiDev808/cs50-rust?color=F66A00&labelColor=F7F9FA">
6+
<img alt="Linguagens usadas" src="https://img.shields.io/github/languages/count/KiwiDev808/cs50-rust?color=F66A00&labelColor=F7F9FA">
7+
<img alt="Último commit" src="https://img.shields.io/github/last-commit/KiwiDev808/cs50-rust?color=F66A00&labelColor=F7F9FA">
8+
<img alt="Licença" src="https://shields.io/badge/license-MIT-ff7f00&?&style=flat?&color=F66A00&labelColor=F7F9FA">
9+
</p>
10+
</h1>
11+
12+
<p align="center">
13+
<a href="#-keepalive"> Sobre</a>&nbsp;&nbsp;|&nbsp;&nbsp;
14+
<a href="#-Semanas"> Semanas </a>&nbsp;&nbsp;|&nbsp;&nbsp;
15+
<a href="#-Como-rodar-a-aplicação"> Como rodar </a>&nbsp;&nbsp;
16+
</p>
17+
18+
<div align='center'>
19+
20+
</div>
21+
22+
## Rust CS50
23+
24+
O Rust CS50 é a resolução dos desafios passados no CS50 de forma a aprender a utilizar a linguagem Rust para desafios que envolvem conceitos básicos da programação.
25+
26+
## 📝 Semanas
27+
28+
- [x] <a href='https://github.com/KiwiDev808/CS50-rust/tree/main/week-0' >Week 0</a>
29+
- [x] <a href='https://github.com/KiwiDev808/CS50-rust/tree/main/week-1' >Week 1</a>
30+
- [ ] <a href='https://github.com/KiwiDev808/CS50-rust/tree/main/week-2' >Week 2</a>
31+
- [ ] <a href='https://github.com/KiwiDev808/CS50-rust/tree/main/week-3' >Week 3</a>
32+
- [ ] <a href='https://github.com/KiwiDev808/CS50-rust/tree/main/week-4' >Week 4</a>
33+
- [ ] <a href='https://github.com/KiwiDev808/CS50-rust/tree/main/week-5' >Week 5</a>
34+
- [ ] <a href='https://github.com/KiwiDev808/CS50-rust/tree/main/week-6' >Week 6</a>
35+
36+
## 👷‍♀️ Como rodar a aplicação
37+
38+
```bash
39+
# Clone o projeto
40+
$ git clone https://github.com/KiwiDev808/cs50-rust.git
41+
42+
# Entre na pasta de um dos projetos e.g
43+
$ cd week1/credit
44+
45+
# Rode o projeto com o cargo run
46+
$ cargo run
47+
48+
```
49+
50+
---
51+
52+
<blockquote> Feito por Lucas Bacelar 🪐 </blockquote>

0 commit comments

Comments
 (0)