Skip to content

elmarzouki/leetspeak-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leetspeak-go

Simple English to LeetSpeak converter.

Installation

Assuming you have a working Go environment and GOPATH/bin is in your PATH

go get -u github.com/iSuperMostafa/leetspeak-go

Usage

package main

import (
	"fmt"
	"github.com/iSuperMostafa/leetspeak-go"
)

func main() {
    leet := leetspeak.ConvertToLeet("hello")
	fmt.Println(leet)
}

Releases

No releases published

Packages

 
 
 

Languages