index
:
mingling.git
main
A procedural command-line framework with subcommand support
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.rs
blob: ed3de5bf0c979b89c6d53e8dae51e3328da51c94 (
plain
) (
blame
)
1
2
3
fn
main
()
{
println!
(
"{}"
,
include_str!
(
"./guide.txt"
).
trim_end_matches
(
"
\n
"
));
}