package
Version:
v0.0.0-...-55170d7
Opens a new window with list of versions in this module.
Published: Dec 12, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package ex 是用来测试例子函数的
只是一个例子
F1 计算斐波拉切数列
fmt.Println(F1(10))
fmt.Println(F1(2))
Output:
55
1
S1 计算字符串长度jj
fmt.Println(S1("12345"))
fmt.Println(S1(""))
Output:
5
0
Source Files
¶
Click to show internal directories.
Click to hide internal directories.