-
Notifications
You must be signed in to change notification settings - Fork 406
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
examples: add simple palindrome checkers #140
Conversation
@arajasek is attempting to deploy a commit to the Nexus Labs Team on Vercel. A member of the Team first needs to authorize it. |
Nice example! @sjudson is working on the examples / applications. Sam, can you take a look? |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@arajasek this looks like a really nice example, as it tests a broad set of instructions for the VM. Thank you very much for it! Any chance you might be able to add a few negative test examples as well? I'm also happy to do so myself, but appreciate your contribution and want to give you the opportunity to do so first. |
You're welcome, I thought it'd be nice to get some bit manipulation in an example. I'm happy to add some negative examples, will do so soon (afk rn). |
6c3e540
to
b21232d
Compare
Added negative examples too! |
They look great, thanks again. |
This PR adds another simple example, this one checking whether strings and integers (both decimal and binary) are palindromes.
I created this just to play with the prover, so feel free to merge if useful, or just close otherwise.
Sample output: