Skip to content

Latest commit

 

History

History
executable file
·
28 lines (18 loc) · 245 Bytes

README.md

File metadata and controls

executable file
·
28 lines (18 loc) · 245 Bytes

Go bubble sort example for beginner.

  1. Clone
git clone https://github.com/mhshajib/GoBubbleSort.git

2.Go to project directory

cd GoBubbleSort
  1. Compile
go build bubble.go
  1. Run
./bubble

Done. 😄