mirror of
https://github.com/hsjobeki/noogle.git
synced 2024-12-25 15:04:30 +03:00
6 lines
60 B
Nix
6 lines
60 B
Nix
let
|
|
/**Docs*/
|
|
# TODO: fix it later
|
|
foo = x: x;
|
|
in foo
|