Crate atcoder

Source
Expand description

This is a template crate for Rust project //! is a enclosing doc comment for the whole crate.

Modules§

sample_module
//! comment can be used for the module.

Functions§

public_function
This is a public function.