Skip to content

(Used Golang) A developer test assignment used as basis for candidate interview and evaluation. (Volvo Cars)

License

Notifications You must be signed in to change notification settings

lalathealter/congestion-tax-calculator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Congestion Tax Calculator

Running instructions

Before executing any commands, make sure that you CD'ed into this project's "/golang" directory and that you have a Golang compiler installed.

To download all dependencies:

go mod download

To run (if you don't have the dependencies installed, it'll get them automatically):

go run .

To test:

go test ./...

To build an executable:

go build .

Initial text:

Welcome the Volvo Cars Congestion Tax Calculator assignment.

This repository contains a developer assignment used as a basis for candidate intervew and evaluation.

Clone this repository to get started. Due to a number of reasons, not least privacy, you will be asked to zip your solution and mail it in, instead of submitting a pull-request. In order to maintain an unbiased reviewing process, please ensure to keep your name or other Personal Identifiable Information (PII) from the code.

About

(Used Golang) A developer test assignment used as basis for candidate interview and evaluation. (Volvo Cars)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 44.1%
  • C# 16.1%
  • Java 14.8%
  • TypeScript 13.4%
  • Python 11.6%