README.md updated

pull/2/head
0xAX 10 years ago
parent 82e398da81
commit 1e31a05a83

@ -12,6 +12,11 @@ usage
3. Execute `go build bubble_sort.go` and `./bubble_sort`
todo
------
* Add `Makefile`
contribution
------------

Binary file not shown.

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("")
}
Loading…
Cancel
Save