Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 314 Bytes

File metadata and controls

15 lines (10 loc) · 314 Bytes

Command Types Resolver

Sample console application for demonstrating different operations over string input based on provided command type.

Example:

  • input: "Hello my dear friends"

  • command: CommandType1

  • output: "friends dear my Hello"

Example:

  • input: "Hello"

  • command: CommandType2

  • output: "olleH"