xref
: /
dports
/
devel
/
grex
/
grex-1.3.0
/
cargo-crates
/
indoc-1.0.3
/
tests
/
ui
/
printdoc-extra-arg.rs
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
use
indoc
::
printdoc
;
2
main()
3
fn
main
() {
4
printdoc
!(
""
,
0
);
5
}
6