#!/usr/bin/env nu # Try with nothing input type def simple []: nothing -> string { "hello" } simple