Update README.md

This commit is contained in:
刘丹冰 2024-03-27 19:49:29 +08:00 committed by GitHub
parent d3fb970b0d
commit b84817708a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -335,6 +335,12 @@ func main() {
return
}
func init() {
// Register functions
kis.Pool().FaaS("AvgStuScore", AvgStuScore)
kis.Pool().FaaS("PrintStuAvgScore", PrintStuAvgScore)
}
```
### Function1