4 lines
77 B
Text
4 lines
77 B
Text
|
|
// Simple test script for LLM keyword
|
||
|
|
let result = LLM "Hello world";
|
||
|
|
result
|