We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cba667f commit 18e13caCopy full SHA for 18e13ca
README.md
@@ -1,12 +1,15 @@
1
-<!--- 2024-12-02T08:36:16.614 --->
+<!--- 2024-12-02T09:42:42.188 --->
2
3
```shell
4
> cat user.json
5
```
6
7
```json
8
{
9
- "message": "",
+ "message": {
10
+ "icon": "🙌",
11
+ "content": "Welcome to my GitHub profile page"
12
+ },
13
"informations": {
14
"name": "Gaël LOPES DA SILVA",
15
"age": 21,
main.jl
@@ -21,7 +21,10 @@ function (@main)(args)
21
22
23
24
25
26
27
28
29
30
"age": $(getAge()),
0 commit comments