User:Inthar/Code: Difference between revisions
| 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. | ||
=== | === 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. | ||