Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 2.72 KB

README.md

File metadata and controls

56 lines (40 loc) · 2.72 KB

uni'


A mono-repo containing code I've written or studied for self-education purposes.

Contents

Currently, the contents of this mono-repo are broken down into the following top-level concerns:

Setup

Prerequisites

  1. Bazel - build everything fast, and correctly, no matter the language.

Development

Build

bazel build //...

Test

bazel test //...