Skip to content

Instantly share code, notes, and snippets.

package main
import (
"strings"
"testing"
)
func TestReverse(t *testing.T) {
if reverse("abc") != "cba" {
// A file
package main
import (
"fmt"
"os"
"regexp"
"strconv"
"strings"
)