代码格式测试


首先测试java代码:

public class Main{
    @Test
    public void test()
    {
        System.out.println("Java")
    }
}

然后测试C++代码:

#include<iostream>
using namespace std;
int main()
{
    cout<<"C++"<<endl;
    return 0;
}

最后是python代码:

print("python")

完成


文章作者: fatzard
版权声明: 本博客所有文章除特別声明外,均采用 CC BY 4.0 许可协议。转载请注明来源 fatzard !
评论
  目录
本站总访问量