This website requires JavaScript.
Explore
Help
Sign In
NaiJi
/
solutions
Watch
1
Star
0
Fork
You've already forked solutions
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6d1f4f822c
solutions
/
A Tour of Nix
/
05.nix
8 lines
92 B
Nix
Raw
Blame
History
let
h
=
"
S
t
r
i
n
g
s
"
;
value
=
4
;
in
{
helloWorld
=
"
${
h
}
${
toString
value
}
t
h
e
w
i
n
!
"
;
}
Reference in New Issue
View Git Blame
Copy Permalink