File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 3
3
Welcome to the ** Mojo Programming** repository!
4
4
This repo contains programming problems and solutions implemented using the ** [ Mojo] ( https://www.modular.com/mojo ) ** language.
5
5
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
+ ```
6
14
---
7
15
8
16
## 📌 Issues & Fixes
@@ -37,14 +45,6 @@ sudo apt-get install zlib1g-dev libtinfo-dev
37
45
* zlib1g-dev: Provides libz.so
38
46
* libtinfo-dev: Provides libtinfo.so (used for terminal interfaces)
39
47
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
- ---
48
48
Upadate PATH:
49
49
50
50
``` python
Original file line number Diff line number Diff line change @@ -27,5 +27,4 @@ fn main() raises:
27
27
```
28
28
29
29
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 )
You can’t perform that action at this time.
0 commit comments