Skip to content

DikaArdnt/go-readsw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Langkah Instalasi

  1. Git
  2. Go
  3. Gcc for build

Gcc for windows on Here

Gcc for linux (Ubuntu) on Here

Clone Repository

git clone https://github.com/DikaArdnt/go-readsw

go to the folder

cd go-readsw

Install Dependencies

go get all

Build (Optional)

go build .

# Run
./hisoka.exe # for Windows
hisoka.exe # for linux

Run

go run main.go

Thanks To