Add nbody problem bits.

This commit is contained in:
2019-12-27 08:57:13 -06:00
parent 86190a527d
commit ced212f233
2 changed files with 195 additions and 0 deletions

View File

@@ -3,6 +3,8 @@ mod args;
mod fuel;
mod image;
mod machine;
#[cfg(test)]
mod nbody;
mod orbits;
#[cfg(test)]
mod repair;