Delete example.nu

This commit is contained in:
JT 2021-10-06 15:30:36 +13:00 committed by GitHub
parent 7eb022b58c
commit 2500f23fcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +0,0 @@
def inc [x] {
$x + 1
}
inc 5