Logo
Explore Help
Register Sign In
tomoaki/hakorune
1
0
Fork 0
You've already forked hakorune
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
8f82437c58f0175a1a0ba40003282561dea3f18c
hakorune/local_tests/test_arithmetic.nyash

7 lines
122 B
Plaintext
Raw Normal View History

fix: resolve arithmetic operations after Copilot merge - Fix try_add/try_sub/try_mul/try_div method call errors - Use helper functions instead of trait methods to avoid circular dependencies - All arithmetic operations now working: +, -, *, /, string concat, string repeat - Add comprehensive arithmetic test file - Build successful with 0 errors 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-14 23:50:29 +09:00
// 算術演算テスト
print(2 + 3)
print(10 - 4)
print(5 * 3)
print(15 / 3)
print("Hello" + "World")
print("Test" * 3)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.2 Page: 30ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API