chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:24:33 +08:00
commit f213ec8976
2101 changed files with 494002 additions and 0 deletions
@@ -0,0 +1,10 @@
# SPDX-License-Identifier: Apache-2.0
# TEST_METADATA: {
# "expected_status": 200,
# "expected_result": "4.0",
# "allowed_imports": ["math"]
# }
# Standard
import math
result = math.sqrt(16)