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
/
03.nix
9 lines
79 B
Nix
Raw
Blame
History
let
h
=
"
H
e
l
l
o
"
;
w
=
"
W
o
r
l
d
"
;
s
=
"
"
;
in
{
helloWorld
=
h
+
s
+
w
;
}
Reference in New Issue
View Git Blame
Copy Permalink