Skip to content

refactor(ex3.cpp): Implemented HashTable #503

refactor(ex3.cpp): Implemented HashTable

refactor(ex3.cpp): Implemented HashTable #503

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: install g++
run: sudo apt install -y g++
- name: check build
run: source ./compile.sh