Skip to content

Rih/code-challenge-pwn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

code-challenge-pwn

Exercise 1

Requirements

  • python3

How to run

  • place to time-elapsed-format folder
  • in root directory create a python file and import elapsed_time and printf: from logic.core import elapsed_time, printf
  • create any function as desired and use elapsed_time as decorator
  • it receive a 'precision' as optional parameter as configuration limited in decimals to be shown
  • or you can follow examples done in main.py running python3 main.py

Exercise 2

Requirements

  • npm +6 or yarn +1.22
  • vue-cli (optional)

How to run

  • place to auto-save folder
  • install dependencies:
    • using npm npm install
    • using yarn yarn install
  • after install finished, run yarn serve
  • Go to the browser and type: localhost:8080

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published