Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

testing if branch is out of date #5

Merged
merged 3 commits into from
Feb 18, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path=""/>
<classpathentry kind="output" path=""/>
</classpath>
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/SimpleSorter.class
/Sorter.class
/Var.class
/compilestandard.class
/debuggableapp.class
/sorts.class
/usacotools.class
/utools.class
17 changes: 17 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Java</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
2 changes: 2 additions & 0 deletions index.htm → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

<h1>Which runs faster on java</h1>
<noscript>Javascript disabled? Hopefully everything works alright!</noscript>
<a href="#skipw">Skip welcome</a>
<h1>Welcome to code speed test. </h1>
<script>

</script>
Expand Down