Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d0443e8

Browse files
committed
[03/06] 實際02/17, 190-reverseBits
1 parent 6201fa5 commit d0443e8

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

‎src/190_reverseBits/algo.go‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
package algo
2+

‎src/190_reverseBits/algo_test.go‎

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
package algo
2+
import "testing"
3+
4+
func Test(t *testing.T){
5+
if {
6+
t.Log("Success")
7+
} else{
8+
t.Error("Fail")
9+
}
10+
11+
}

‎src/190_reverseBits/go.mod‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module algo
2+
3+
go 1.17

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /