测试代码格式
Posted gaochaochao
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了测试代码格式相关的知识,希望对你有一定的参考价值。
- public class Main{
- //测试一下效果
- public static void main(String[] args){
- //six six six
- System.out.println("hello world!");
- }
- }
以上是关于测试代码格式的主要内容,如果未能解决你的问题,请参考以下文章
如何格式化我的 Perl 代码,以便我可以从命令窗口更改我的调用并测试或不测试它?