userPrompt=output+"\nFollowing are the errors, please fix the code. Write it again, and write only source code along with same test cases with no further explanation. The format should be ```rust <yourcode + testcases> ```"
}else{
fmt.Println("Compiled successfully. Here is the output: %v",output)
...
...
@@ -65,7 +63,3 @@ func main() {
}
}
// Following will be the suffix string for fixing the errors:
// \nFollowing are the errors, please fix the code. Write it again, and write only source code along with same test cases with no further explanation. The format should be ```rust <yourcode + testcases> ```"