-
Notifications
You must be signed in to change notification settings - Fork 6
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
How to actually run the puzzles #7
Comments
Ah yes, in the interest of a short readme I left things a bit implicit. So assuming you've done
This is saying that the program takes three arguments:
So if we choose name=
Increasing the log-level results in more output:
|
And for independent files, we can create and save an input to a file
We can then execute the puzzle:
So Running the reference version:
then the customised version (note the 1 has changed to a 0):
We now have:
The solution can then be compared:
There is also an example testing build target in the makefile called |
Wonderful thanks! 👍 |
Errr slightly embarrassing question...
It's not immediately clear to me on how to actually run the compiled puzzles after going through the readme - I keep getting seg-faults on the provided implementation which I guess means I'm just using them wrong...
Could someone provide some example use cases of the puzzles please??
Thanks! :)
The text was updated successfully, but these errors were encountered: