-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGitTest.java
More file actions
21 lines (18 loc) · 818 Bytes
/
Copy pathGitTest.java
File metadata and controls
21 lines (18 loc) · 818 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// // // // // // // // // // // // // // // // // // // // // // // // // // //
// Copyright ownership belongs to SINOSOFT CO.,LTD.shall not be reproduced , //
// copied,or used in other ways without permission.Otherwise SINOSOFT CO.,LTD.//
// will have the right to pursue legal responsibilities. //
// //
// Copyright © 2012 SINOSOFT CO., LTD. All rights reserved. //
// // // // // // // // // // // // // // // // // // // // // // // // // // //
/**
* User: Administrator
* Date: 2014/9/15
* Time: 11:23
*/
public class GitTest {
public static void main(String[] args) {
System.out.println("this is a git! change!~~~ONE ");
System.out.println("true = " + true);
}
}