hashids.github.io icon indicating copy to clipboard operation
hashids.github.io copied to clipboard

Add Apex implementation

Open berehovskyi opened this issue 3 years ago • 0 comments

Hi!

I've implemented hashids in Apex (a Java/C# like language used by Salesforce) : Github Repo This PR updates the hashids' website to add an Apex entry. All test cases are covered based on C#/Java ports test cases and the inputs and outputs are matched. Apex is a language similar to Java and in C#, it will not be difficult to review the source code. So please take a look.

Thanks!

berehovskyi avatar May 16 '22 19:05 berehovskyi