tour-of-nix/01.nix

4 lines
44 B
Nix
Raw Normal View History

2022-04-05 14:14:25 +02:00
{
helloWorld = "Hello" + " " + "World";
}