really)))
I did it in my mirror code in python (since I haven't found any solution to debug the black box of TVM, I use python)
but I forgot to do the same for func
Aug 11, 2022, 8:34 AM
I forgot about base64
how did you build a table of the base64 alphabet. did you use the dict type?
Aug 11, 2022, 8:51 AM
Im not participating contest, just developing library for go
Aug 11, 2022, 8:54 AM
wow
You make cool stuff happens
You make cool stuff happens
How do we can save an ordinary string as is in func?
I'm reareading strings type for the 10th time and don't see such an options
How to have "A" for example? without making it x{*}
I'm reareading strings type for the 10th time and don't see such an options
How to have "A" for example? without making it x{*}
Aug 11, 2022, 9:10 AM
think in terms of slices, bytes, and ascii codes
Aug 11, 2022, 9:11 AM