Hello World 👋
Browse files
README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- hello-world
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# Hello World Model 👋
|
| 8 |
+
|
| 9 |
+
Olá, mundo! This is a *hello world* model repo published by Julianokimura.
|
| 10 |
+
|
| 11 |
+
```python
|
| 12 |
+
print("Hello World")
|
| 13 |
+
```
|