User:Inthar/Code: Difference between revisions

Inthar (talk | contribs)
Inthar (talk | contribs)
Line 6: Line 6:
# Run <code>cargo run --release</code>. The script should notify you when it has finished running.
# Run <code>cargo run --release</code>. The script should notify you when it has finished running.
# Open the output file <code>billiard_scales_mediawiki</code> for the result.
# Open the output file <code>billiard_scales_mediawiki</code> for the result.
=== planegeometry.rs ===
=== plane_geometry.rs ===
<syntaxhighlight lang="rs">
<syntaxhighlight lang="rs">
// Geometry of points and lines in the plane, implemented with rational numbers. The implementation is janky, though.
// Geometry of points and lines in the plane, implemented with rational numbers. The implementation is janky, though.