diff options
author | Braxton Hall | 2022-10-27 07:42:33 +0000 |
---|---|---|
committer | GitHub | 2022-10-27 07:42:33 +0000 |
commit | 4acadab99cb1e3241ed7e5fd3b39d07adbc54f21 (patch) | |
tree | 41728d59b77fe32b57f68567ee5c59e8c4afffa0 | |
parent | c07b67f3087ed32ef1d75d4a5dd4c53d81a4e8c2 (diff) | |
parent | 8bbd3157c741e29b16c93cae3ae6adb2aa96ba5b (diff) |
Merge pull request #53 from Nakilon/main
in my language RASEL
-rw-r--r-- | entries/nakilon/fib.rasel | 2 | ||||
-rw-r--r-- | people.json | 11 |
2 files changed, 13 insertions, 0 deletions
diff --git a/entries/nakilon/fib.rasel b/entries/nakilon/fib.rasel new file mode 100644 index 0000000..aa8f009 --- /dev/null +++ b/entries/nakilon/fib.rasel @@ -0,0 +1,2 @@ +1&-:?v1\:3\01\--1\ +2\.@ > diff --git a/people.json b/people.json index e8c43e4..ae20e0a 100644 --- a/people.json +++ b/people.json @@ -468,5 +468,16 @@ "link": "./entries/nwoeanhinnogaehr/fib.asm" } ] + }, + { + "github": "Nakilon", + "name": "Victor Maslov", + "title": "I don't have no titles", + "entries": [ + { + "name": "RASEL", + "link": "./entries/nakilon/fib.rasel" + } + ] } ] |