Skip to content

Rayguun/Benchmark-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Benchmark-Code

Java Quick Start

How to Run Java Code

  1. Place your Java files in the src/ directory.

  2. To compile:

    javac src/Main.java

  3. To run:

    java -cp src Main

You can replace Main.java and Main with your own class names as needed.


Feel free to dump any Java code into src/ and use the above commands to compile and run.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages