contact info

This commit is contained in:
prod2 2022-12-10 15:36:22 +01:00
parent 9ea7c71512
commit 26bb28ac5a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# jal3
Just Another Line 3ditor
Just Another Line 3ditor
# Contact
Matrix: @prod2:envs.net

View File

@ -163,6 +163,7 @@ proc getChar: int =
getch().int
proc getKey*: int =
# TODO unicode handling
var key = 0
while true:
key *= 256