Skip to content

Commit c2b00c6

Browse files
Update README
1 parent 5d71d21 commit c2b00c6

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<!--- 2024-11-28T13:41:02.106 --->
22

3+
~~~shell
4+
> cat user.json
5+
~~~
6+
37
~~~json
48
"informations": {
59
"name": "Gaël LOPES DA SILVA",
@@ -11,6 +15,7 @@
1115
]
1216
}
1317
~~~
18+
<img align="left" style="width: 37px;" title="This is the yellow dancing man. Don't question him." alt="Too bad. He gone..." src="./assets/yellow_man.gif">
1419

1520
[<kbd><br><strong>Portfolio</strong><br><br></kbd>](https://gael-lopes-da-silva.github.io/portfolio/)
1621
<img align="right" style="width: 37px;" title="This is the yellow dancing man. Don't question him." alt="Too bad. He gone..." src="./assets/yellow_man.gif">

main.jl

+8-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,13 @@ function (@main)(args)
1515
text = """
1616
<!--- $(now()) --->
1717
18-
~~~json
18+
```shell
19+
> cat user.json
20+
```
21+
22+
<img align="left" style="width: 60px;" title="This is the yellow dancing man. Don't question him." alt="Too bad. He gone..." src="./assets/yellow_man.gif">
23+
24+
```json
1925
"informations": {
2026
"name": "Gaël LOPES DA SILVA",
2127
"age": $(getAge()),
@@ -25,7 +31,7 @@ function (@main)(args)
2531
"Student"
2632
]
2733
}
28-
~~~
34+
```
2935
3036
[<kbd><br><strong>Portfolio</strong><br><br></kbd>](https://gael-lopes-da-silva.github.io/portfolio/)
3137
<img align="right" style="width: 37px;" title="This is the yellow dancing man. Don't question him." alt="Too bad. He gone..." src="./assets/yellow_man.gif">

0 commit comments

Comments
 (0)