diff options
author | Braxton Hall | 2022-10-24 00:36:09 +0000 |
---|---|---|
committer | GitHub | 2022-10-24 00:36:09 +0000 |
commit | 5373b614a4cde708e59c449fd878b2e8b940f83d (patch) | |
tree | 84007eaff557e96580cb824fa7ec7ac659f63db9 | |
parent | e5de46c67d3edeb6e4bc96889a6594ab77f07265 (diff) | |
parent | 2dbd7c53ce88c10e1b47d0c7a878ccb68513a00b (diff) |
Merge branch 'main' into main
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | README.md | 7 | ||||
m--------- | entries/wilbowma/fib-lang | 0 |
3 files changed, 8 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..1088a73 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "entries/wilbowma/fib-lang"] + path = entries/wilbowma/fib-lang + url = git@github.com:wilbowma/fib-lang.git @@ -31,11 +31,14 @@ For a submission to the upcoming "Reclaim your space" exhibition at [Hatch Art G ### [`Metroxe`](https://github.com/Metroxe) - [`html`](./entries/Metroxe/index.html) +### [`shayanh`](https://github.com/shayanh) +- [`matrix`](./entries/shayanh/matrix.go) + ### [`Tarcisio-Teixeira`](https://github.com/Tarcisio-Teixeira) - [`logn?`](./entries/Tarcisio-Teixeira/fib.py) -### [`shayanh`](https://github.com/shayanh) -- [`matrix`](./entries/shayanh/matrix.go) +### [`wilbowma`](https://github.com/wilbowma) +- [`fib-lang`](https://github.com/wilbowma/fib-lang/tree/2ec2d1dfd141220882d824cf3dac5b374ed291f3) ## Contributing To contribute just make a PR into the `main` branch! diff --git a/entries/wilbowma/fib-lang b/entries/wilbowma/fib-lang new file mode 160000 +Subproject 2ec2d1dfd141220882d824cf3dac5b374ed291f |