- Extract Copilot's BID converter code to src/bid-converter-copilot/ for future use - Create comprehensive plugin migration request document for Copilot - Target 13 built-in boxes for plugin conversion (HTTP, GUI, Audio, etc.) - Preserve existing nyash.toml-based plugin system - Reorganize docs/説明書/reference/ structure for better organization
8 lines
100 B
Plaintext
8 lines
100 B
Plaintext
// Simplest possible test
|
|
static box Main {
|
|
init { }
|
|
|
|
main() {
|
|
return 42
|
|
}
|
|
} |