i am trying to make a website that has questions like
Write an algorithm that takes in two integers a and b, and returns the sum as a result
and then the user inputs the code and submits it like a form, then the back-end runs the code against some test cases and returns the result. how can i do that in Go, and for Go code ideally?