chore: import upstream snapshot with attribution
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user