diff options
Diffstat (limited to 'awk/rawk/test_simple.rawk')
-rw-r--r-- | awk/rawk/test_simple.rawk | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/awk/rawk/test_simple.rawk b/awk/rawk/test_simple.rawk deleted file mode 100644 index d1b89cc..0000000 --- a/awk/rawk/test_simple.rawk +++ /dev/null @@ -1,15 +0,0 @@ -# Simple test without pattern matching - -BEGIN { - print "=== Simple Test ===" - print "" - - # Simple function -$add = (x, y) -> x + y - - # Test the function - print "add(2, 3): " add(2, 3) - - print "" - print "🎉 Simple test completed!" -} \ No newline at end of file |