diff options
author | Justin Frank | 2022-10-24 18:12:11 +0000 |
---|---|---|
committer | Justin Frank | 2022-10-24 18:12:11 +0000 |
commit | f540b8058f8ed83c9230662f9d02fad898da008e (patch) | |
tree | cf1dadaebd2a9be99f74d03f2aecc9961964c9d9 | |
parent | 364ddac06a7fbbb52876251b55de856db2292436 (diff) |
Added fib in befunge
-rw-r--r-- | entries/laelath/fib.bf | 3 | ||||
-rw-r--r-- | people.json | 11 |
2 files changed, 14 insertions, 0 deletions
diff --git a/entries/laelath/fib.bf b/entries/laelath/fib.bf new file mode 100644 index 0000000..ff7d67a --- /dev/null +++ b/entries/laelath/fib.bf @@ -0,0 +1,3 @@ +>101p011p&:v:-1 < + v+g11g10_11g.@ + >11g01p11p ^ diff --git a/people.json b/people.json index 2543c07..26dc1db 100644 --- a/people.json +++ b/people.json @@ -202,5 +202,16 @@ "link": "./entries/fbanados/fib.st" } ] + }, + { + "github": "laelath", + "name": "Justin Frank", + "title": "PhD Student, UMD", + "entries": [ + { + "name": "befunge", + "link": "./entries/laelath/fib.bf" + } + ] } ] |