Skip to content

enurinm/KeyLoger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

KeyLoger

Simple KeyLoger

Assumption: 가정

  • 인풋값은 사용자의 키보드 입력이다.
    • The input value is the user's keyboard input.
  • 사용자가 <-키를 눌렀을 경우, <를 입력한다.
    • Enter < if the user has pressed the <- key.
  • 사용자가 ->키를 눌렀을 경우, >를 입력한다.
    • Enter > if the user has pressed the -> key.
  • 사용자가 백스페이스키를 눌렀을 경우, -를 입력한다.
    • Enter - if the user has pressed the Backspace key.

Usage

  • 테스트케이스의 개수를 입력한다.
    • Enter the number of test cases.
  • 테스트케이스를 입력하면 사용자가 실제로 입력한 값이 출력된다.
    • Entering the test case will output the value that the user actually entered.

About

Simple KeyLoger

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages