Added README.md and LICENSE files

This commit is contained in:
2025-11-06 12:16:27 +01:00
parent 196082919a
commit 50abb79be1
4 changed files with 819 additions and 1 deletions

17
.github/workflows/datum.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
name: datum
on:
push:
branch: [master]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build Datum
run: |
make clean all
- name: Run unit tests
run: |
./test_vector && ./test_map