You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installation is complete, return to the `is_prime` directory.
152
142
153
143
The current input file format for the Miden VM differs slightly from that of the compiler. This means we need to create an `is_prime.inputs` file at the root of the `is_prime` directory:
154
-
155
144
```json
156
145
{
157
146
"operand_stack": ["29"]
@@ -170,15 +159,15 @@ The output should look like this:
0 commit comments