From f2bee7b519108115a63ca1cf6ef1ae5906daec72 Mon Sep 17 00:00:00 2001 From: BiSaXa <1669855+BiSaXa@users.noreply.github.com> Date: Wed, 7 Sep 2022 17:56:21 +0300 Subject: final commit before rewrite --- main.go | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index d1053af..a60f0e8 100644 --- a/main.go +++ b/main.go @@ -11,17 +11,6 @@ import ( ) func main() { - /*var arr []byte = make([]byte, 4) - arr[0] = 200 - arr[1] = 10 - fmt.Printf("%b\n", arr[0]) - for _, s := range arr { - fmt.Printf("Value: %d - Binary : %b\n", s, s) - } - state := utils.ReadBitsFromReversedByteArray1(arr) - value := utils.ReadBitsFromReversedByteArray32(arr, 9) - fmt.Println(state) - fmt.Printf("Value: %d - Binary : %b\n", value, value)*/ if len(os.Args) != 2 { log.Fatal("Specify file in command line arguments.") } -- cgit v1.2.3