Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 452 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 452 Bytes

quiz0102

This is a quiz/assignment for PDC

Instructions

  1. Clone this repository to the src folder of your golang workspace

  2. In your main file, import the library as such:

    import(
        ...
        "path/to/corona"
        ...
    )
    
  3. Use by calling the function corona.GetCorona()

Example main file is given within the project. Note that it will not run if it is in the same directory as the library