I thought this was a pretty trivial problem but I haven't seen any good example of this yet. I need to define a lambda expression that takes no arguments and will always return 0.
How would I define a lambda expression that doesn't take any arguments and returns something?