Create hanoi.ai.js

This commit is contained in:
Namhyeon Go 2025-01-22 13:55:45 +09:00
parent 1c3a367b18
commit b640786f62

3
examples/hanoi.ai.js Normal file
View File

@ -0,0 +1,3 @@
// hanoi.ai.js
var hanoi = require("ai://hanoi tower example");
hanoi.test();