File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
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
You can’t perform that action at this time.
0 commit comments