Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 516 Bytes

File metadata and controls

16 lines (11 loc) · 516 Bytes

YSNC - You Shall Not Copy

A project to detect plagiarism in Java code.

Table Of Contents

Configure project

To make project working, consider using setup-tests.ps1 script to download googletest library for testing purposes.

Project structure

  • src folder contains all the source code with modules.
  • tests folder contains all the test files.