aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBraxton Hall2022-10-24 18:45:07 +0000
committerGitHub2022-10-24 18:45:07 +0000
commit0ed78b5a990776b0db8c794b4e9ca415fee86fce (patch)
treecf1dadaebd2a9be99f74d03f2aecc9961964c9d9
parent364ddac06a7fbbb52876251b55de856db2292436 (diff)
parentf540b8058f8ed83c9230662f9d02fad898da008e (diff)
Merge pull request #21 from laelath/main
Added fib in befunge
-rw-r--r--entries/laelath/fib.bf3
-rw-r--r--people.json11
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"
+ }
+ ]
}
]