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
/
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
;
}
View Git Blame
Copy Permalink