This website works better with JavaScript.
Explore
Help
Sign In
root
/
unki
Watch
1
Star
0
Fork
You've already forked unki
0
Code
Issues
7
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39
Commits
4
Branches
0
Tags
1.9 MiB
Rust
68.2%
TypeScript
13.4%
HTML
10.3%
Python
2.9%
Dockerfile
2%
Other
3.4%
Tag:
Branch:
Tree:
5bd1760d10
14-integration-tests
14-optimize_u_agent
4-update-check
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '5bd1760d10'
${ noResults }
unki
/
lib
/
u_lib
/
tests
/
fixtures
/
echoer.rs
5 lines
94 B
Raw
Blame
History
use
std
::
env
;
fn
main
(
)
{
println!
(
"{}"
,
env
::
args
(
)
.
nth
(
1
)
.
unwrap_or
(
String
::
new
(
)
)
)
;
}
Reference in new issue
View Git Blame
Copy Permalink