Skip to content

Don't use scientific notation when printing floats (#3) #8

Don't use scientific notation when printing floats (#3)

Don't use scientific notation when printing floats (#3) #8

Workflow file for this run

name: C++ CI (Linux)
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build-ubu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build with GCC
run: g++ -Wall -Wextra -std=c++20 cachex.cpp
- name: Build with Clang
run: clang++ -Wall -Wextra -std=c++20 cachex.cpp