Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
King-Oni authored Jun 19, 2022
1 parent 4779eb3 commit 0c72c21
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/test.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"cat": {
"does": "eat",
"have": "toys",
"sound": "meow",
"lovedby": "human"
}
}
5 changes: 5 additions & 0 deletions test/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
cat:
does: eat
have: toys
lovedby: human
sound: meow

0 comments on commit 0c72c21

Please sign in to comment.