File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,14 +43,14 @@ Follow the [vibe coding](#vibe-coding) steps except as described below:
4343* In your first prompt, attach test-suite.F90 with the lines from
4444 ` module procedure laplacian ` to ` end procedure laplacian ` removed. If the
4545 LLM rejects ".F90" file extensions, change the name to "test-suite.txt".
46- Appened following to the prompt: "Inserting a correct response to this
47- prompt into the subdmodule subdomain_s and then compiling and running the
46+ Append following to the prompt: "Inserting a correct response to this
47+ prompt into the subdmodule ` subdomain_s ` and then compiling and running the
4848 attached program must generate output indicating that all tests pass."
4949* In subsequent iterations, if replacing the laplacian procedure with the
5050 LLM's most recent response leads to compile-time or runtime errors or if any
5151 tests fail, update the test-suite program, replacing laplacian with the most
5252 recent LLM response. Attach the updated program to each prompt.
53- * In the second bullet of vibe coding step 6, replace the suggested text wit
53+ * In the second bullet of vibe coding step 6, replace the suggested text with
5454 "Please fix the above errors that were generated by compiling the attached
5555 program, which contains an incorrect laplacian procedure." If the program
5656 compiled but runtime errors resulted, replace "compiling" with "running" in
You can’t perform that action at this time.
0 commit comments