index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vendor
/
indoc
/
tests
/
ui
/
three-arguments.rs
blob: 7bd11e2d24bf14ef415e273015e25006616e837f (
plain
)
1
2
3
4
5
6
7
8
9
use
indoc
::
indoc
;
fn
main
()
{
indoc
!
(
"
a
b
c
"
64
128
);
}