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
aa26a6eb1e
solutions
/
A Tour of Nix
/
04.nix
7 lines
75 B
Nix
Raw
Blame
History
let
h
=
"
H
e
l
l
o
"
;
in
{
helloWorld
=
"
${
h
}
W
o
r
l
d
"
;
# Modify this line
}
Reference in New Issue
View Git Blame
Copy Permalink