This website requires JavaScript.
Explore
Help
Register
Sign In
NaiJi
/
tour-of-nix
Watch
1
Star
0
Fork
You've already forked tour-of-nix
0
Code
Pull Requests
Releases
1
Activity
7f19b85a40
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
!
"
;
}
View Git Blame
Copy Permalink