10 lines
94 B
Go
10 lines
94 B
Go
package main
|
|
|
|
import (
|
|
"fmt"
|
|
)
|
|
|
|
func main() {
|
|
fmt.Println("✓ 计算节点添加成功")
|
|
}
|