Skip to content

Instantly share code, notes, and snippets.

View RayhanArif's full-sized avatar

Rayhan Arif RayhanArif

  • Ollyo
  • Dhaka,Bangladesh
View GitHub Profile
@hasinhayder
hasinhayder / charlie-foxtrot.go
Last active May 20, 2020 19:16
converts a string to NATO phonetic alphabet equivalents
/* Charlie Foxtrot - If You Know What It Means ;) */
package main
import (
"fmt"
"strings"
"bufio"
"os"
)