Skip to content

Hashmap size should be a power of 2 #27

Hashmap size should be a power of 2

Hashmap size should be a power of 2 #27

Workflow file for this run

name: C/C++ CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make
run: make
- name: make test
run: make test