guide.md 1.2 KB

参考代码

Python代码

请注意此API只能在测试环境使用

const add   = (num1, num2) => num1 + num2;
const total = add(1, 2);

console.log(total); // 3
<body>
    <p>Hello</p>
</body>

Go代码

请注意此API只能在测试环境使用

package main  
  
import "fmt"  
  
func main() {  
    fmt.Println("Hello, world!")  
}  

Python代码

请注意此API只能在测试环境使用

def hello_world():
    print("Hello, World!")

Go代码

请注意此API只能在测试环境使用

package main  
  
import "fmt"  
  
func main() {  
    fmt.Println("Hello, world!")  
}  

Python代码

请注意此API只能在测试环境使用

def hello_world():
    print("Hello, World!")

Go代码

请注意此API只能在测试环境使用

package main  
  
import "fmt"  
  
func main() {  
    fmt.Println("Hello, world!")  
}  

Python代码

请注意此API只能在测试环境使用

def hello_world():
    print("Hello, World!")

Go代码

请注意此API只能在测试环境使用

package main  
  
import "fmt"  
  
func main() {  
    fmt.Println("Hello, world!")  
}