Skip to content

Commit 18e13ca

Browse files
Update README
1 parent cba667f commit 18e13ca

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
<!--- 2024-12-02T08:36:16.614 --->
1+
<!--- 2024-12-02T09:42:42.188 --->
22

33
```shell
44
> cat user.json
55
```
66

77
```json
88
{
9-
"message": "",
9+
"message": {
10+
"icon": "🙌",
11+
"content": "Welcome to my GitHub profile page"
12+
},
1013
"informations": {
1114
"name": "Gaël LOPES DA SILVA",
1215
"age": 21,

main.jl

+4-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ function (@main)(args)
2121
2222
```json
2323
{
24-
"message": "",
24+
"message": {
25+
"icon": "🙌",
26+
"content": "Welcome to my GitHub profile page"
27+
},
2528
"informations": {
2629
"name": "Gaël LOPES DA SILVA",
2730
"age": $(getAge()),

0 commit comments

Comments
 (0)