Skip to content

Commit 9005eb2

Browse files
authored
Merge pull request onlyliuxin#1 from totoro-fly/master
test again
2 parents 05fc6ef + 8194932 commit 9005eb2

File tree

5 files changed

+35
-1
lines changed

5 files changed

+35
-1
lines changed

group17/876385982/.classpath

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="src"/>
4+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5+
<classpathentry kind="output" path="bin"/>
6+
</classpath>

group17/876385982/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/bin/

group17/876385982/.project

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>876385982</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.jdt.core.javanature</nature>
16+
</natures>
17+
</projectDescription>

group17/876385982/src/test/Test.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
package test;
2+
3+
public class Test {
4+
5+
public static void main(String[] args) {
6+
// TODO Auto-generated method stub
7+
System.out.println("Test!");
8+
}
9+
10+
}

group17/article/写一篇文章介绍cpu, 内存, 磁盘, 指令以及他们之间的关系_20170226.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
102228177 http://note.youdao.com/noteshare?id=74a51e7f93461dfb77c69a1cf4755624&sub=004F10FA5D2046ABAA060F19C0D2A18F
1616

17-
876385982
17+
876385982 http://www.totoro-fly.com/?p=59
1818

1919
785396327
2020

0 commit comments

Comments
 (0)