Skip to content

喜欢第二种 #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
tjlizz opened this issue Apr 2, 2022 · 0 comments
Open

喜欢第二种 #3

tjlizz opened this issue Apr 2, 2022 · 0 comments

Comments

@tjlizz
Copy link

tjlizz commented Apr 2, 2022

func TestFib(t *testing.T) {
	a:=1
	b:=1
	t.Log(a)
	for i:=0;i<5 ;i++  {
		t.Log("",b)
		temp:=a
		a=b
		b=temp+a
	}
}
func TestFib(t *testing.T) {
	a:=1
	b:=1
	t.Log(a)
	for i:=0;i<5 ;i++  {
		t.Log("",b)
		temp:=a
		a=b
		b=temp+a
	}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant