相关链接

在使用过程中,有任何问题都可以通过以上链接找寻答案,或者联系我们。

这是一篇自动生成的文章,请删除这篇文章之后开始你的创作吧!

print('hello world')
public class App {
    public static void main(String[] args) throws Exception {
        System.out.println("Hello, World!");
        
        
    }
}
#include <stdio.h>
int main() {
printf("hello world! /n");
return 0;
}