package mainimport ( "database/sql" "fmt" "log" "math" "math/rand" sqlite "github.com/mattn/go-sqlite3")// Computes x^yfunc pow(x......
Undefined symbols for architecture i386: "_sqlite3_close", referenced from: -[DatabaseOperation closeDatabase] in DatabaseOperation.o "_sqlite3_exec",...