浏览代码

fixed it for u, nerd

jg-reformat
父节点
当前提交
997a980a98
共有 1 个文件被更改,包括 20 次插入6 次删除
  1. +20
    -6
      HelloWorld.java

+ 20
- 6
HelloWorld.java 查看文件

@@ -1,10 +1,24 @@
/** hello world
* by vala, because everyone should start somewhere
* copy as you like, it wont be any good
/*
* Vala Printer
*
* Copyright (c) 2019 Vala Printer. All Rights Reserved
*
* Everyone is permitted to copy and distribute verbatim or modified
* copies of this license document, and changing it is allowed as
* long as the name is changed.
*
* NO WARRANTY EXPRESS OR IMPLIED
*/

public class HelloWorld{
public static void main(String[] args){
System.out.print("hello world!");
/**
* Prints a hello message to the console.
*
* @version 1.0 16 Sep 2019
* @author Vala Printer
*/

public class HelloWorld {
public static void main(String[] args) {
System.out.print("hello world!");
}
}

正在加载...
取消
保存