Skip to content

A simple java program to give test cases to C++ and python codes

License

Notifications You must be signed in to change notification settings

porya-gohary/codeTester

Repository files navigation

Code Tester

A simple java program to give test cases to C++ and python codes.

DependenciesBuildContributionLicense

Gitter

CodeTester

📦 Dependencies

📋 Build Instructions

These instructions assume a Linux host.

This project use Maven build system. For install Maven follow instruction here. This program tested with Maven 3.8.3.

First, clone the git repository:

$ git clone https://github.com/porya-gohary/codeTester.git

Redirect to codeTester folder:

$ cd codeTester

Now for running the application use the following command:

$ mvn clean javafx:run

Also, for making jar file use the following command:

$ mvn package

Next for running jar file redirect to target folder and execute the jar file:

$ cd target
$ java -jar codeTester-1.0-SNAPSHOT.jar

🌱 Contribution

With your feedback and conversation, you can assist me in developing this application.

  • Open pull request with improvements
  • Discuss feedbacks and bugs in issues

📜 License

Copyright © 2021 Pourya Gohari

This project is licensed under the Apache License 2.0 - see the LICENSE.md file for details

About

A simple java program to give test cases to C++ and python codes

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published