Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 116 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 116 Bytes

mpp

easy writing & verification of mathematical proofs using C++

build

g++ -o mpp -I. mpp.cpp --std=c++17