Skip to content

Commit b4c6413

Browse files
committed
2 parents e5dc4e3 + 9ef853f commit b4c6413

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
Welcome to the **Mojo Programming** repository!
44
This repo contains programming problems and solutions implemented using the **[Mojo](https://www.modular.com/mojo)** language.
55

6+
---
7+
## 📌 Running mojo in google colab
8+
Run the following commands in notebook cells.
9+
10+
Install magic:
11+
```bash
12+
!curl -ssL https://magic.modular.com/ | bash
13+
```
614
---
715

816
## 📌 Issues & Fixes
@@ -37,14 +45,6 @@ sudo apt-get install zlib1g-dev libtinfo-dev
3745
* zlib1g-dev: Provides libz.so
3846
* libtinfo-dev: Provides libtinfo.so (used for terminal interfaces)
3947

40-
## 📌 Running mojo in google colab
41-
Run the following commands in notebook cells.
42-
43-
Install magic:
44-
```bash
45-
!curl -ssL https://magic.modular.com/ | bash
46-
```
47-
---
4848
Upadate PATH:
4949

5050
```python

docs/longest_substr_no_char_repeats.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,4 @@ fn main() raises:
2727
```
2828

2929

30-
31-
[Source](https://github.com/ratulb/mojo_programming/blob/main/codes/len_longest_substr_no_char_repeats.mojo)
30+
[Source](https://github.com/ratulb/mojo_programming/blob/main/codes/longest_substr_no_char_repeats.mojo)

0 commit comments

Comments
 (0)