// var GoPrompt = "The code should be in the Go programming language. There should also be 3 robust test cases within the same file, these test cases should use 'testing' module. There should also be a main function inside of which the execution of the implemented function takes place. Please always provide the source code and no further explanation, The format should be ```go <yourcode + testcases> ```"
varGoPrompt="The code should be in the Go programming language. You should generate two files. One file should contain the main code (main function plus a function that performs the required job) and another file should contain 3 robust test cases. Please always provide the source codes and no further explanation, The format should be ```go main code``` and ``go testcode```"
varGoPrompt="The code should be in the Go programming language. You should generate two files. One file should contain the main code (main function plus a function that performs the required job) and another file should contain 3 robust test cases. Please note that only use main package in both files. Please always provide the source codes and no further explanation, The format should be ```go main code``` and ``go testcode```"
varRustPrompt="The code should be in the Rust programming language. There should also be 3 robust test cases within the same code. There should also be a main function inside of which all the execution takes place. Please only provide the source code and no further explanation, The format should be ```rust <yourcode + testcases> ```"