Skip to content

yrajan2/CodeITJava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

These instruction are to help you solve a test challenge "Calculate Square". Instruction to this test challenge can be found at https://calculate-square.herokuapp.com/instructions

Step by step

  • Make sure you have Java and Maven environment setup in you local machine
  • As per the instruction in above mentioned test challenge you have to implement a post endpoint /square
  • Go to SquareResource under codeit.template.resources package.
  • There is one POST method defined with name square
  • write your implementation in this method. This method will be the entry point when you submit your solution for evaluation
  • You need to follow similar approach for actual challenges. Define the end points as per instruction for each challenge and then submit your application for evaluation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages