index
:
vz.git
master
A simple C++ library for numerically solving systems of first-order linear differential equations
Tavian Barnes <tavianator@tavianator.com>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
compile.cpp
blob: 17381b40c1b85e3877fe0fc807572770953c3d2c (
plain
)
1
2
3
4
5
6
7
8
#include
"vZ.hpp"
#include
<cstdlib>
int
main
()
{
return
EXIT_SUCCESS
;
}