diff options
author | Braxton Hall | 2022-10-27 03:04:24 +0000 |
---|---|---|
committer | GitHub | 2022-10-27 03:04:24 +0000 |
commit | 27b827cae18ec64e22de14379758fdf33f703fcd (patch) | |
tree | 6239bbd269f8c682fcd2bd1aecd29cc8b2edf6b5 | |
parent | 18d17f9fb578df5f20e689481ed06f44fcf4b80c (diff) | |
parent | af03b3cd051a8a8b1442147136156f271f07ac5c (diff) |
Merge pull request #52 from rctcwyvrn/lily
Desmos
-rw-r--r-- | entries/lilylin/desmos/fib.gif | bin | 0 -> 613741 bytes | |||
-rw-r--r-- | entries/lilylin/desmos/readme.md | 3 | ||||
-rw-r--r-- | people.json | 6 |
3 files changed, 8 insertions, 1 deletions
diff --git a/entries/lilylin/desmos/fib.gif b/entries/lilylin/desmos/fib.gif Binary files differnew file mode 100644 index 0000000..76bf007 --- /dev/null +++ b/entries/lilylin/desmos/fib.gif diff --git a/entries/lilylin/desmos/readme.md b/entries/lilylin/desmos/readme.md new file mode 100644 index 0000000..cc93f36 --- /dev/null +++ b/entries/lilylin/desmos/readme.md @@ -0,0 +1,3 @@ +https://www.desmos.com/calculator/a75xhba7vw + +![](./fib.gif) diff --git a/people.json b/people.json index a88c3bc..f1d8014 100644 --- a/people.json +++ b/people.json @@ -148,7 +148,11 @@ { "name": "mov", "link": "./entries/lilylin/mov/mov.s" - } + }, + { + "name": "desmos", + "link": "./entries/lilylin/desmos/readme.md" + } ] }, { |