index
:
gistatic
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cli
/
main.rs
blob: cdb964d6d62c0ea5d03ef9d899f58c4cd2017f6c (
plain
) (
blame
)
1
2
3
4
pub
fn
main
()
{
println!
(
"Hello, World!"
);
println!
(
"a_fn(): {}"
,
gistatic
::
a_fn
());
}