aboutsummaryrefslogtreecommitdiff
path: root/benchmark/agbenchmark/challenges/deprecated/code/4_tests/artifacts_out/sample_code.py
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/agbenchmark/challenges/deprecated/code/4_tests/artifacts_out/sample_code.py')
-rw-r--r--benchmark/agbenchmark/challenges/deprecated/code/4_tests/artifacts_out/sample_code.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/benchmark/agbenchmark/challenges/deprecated/code/4_tests/artifacts_out/sample_code.py b/benchmark/agbenchmark/challenges/deprecated/code/4_tests/artifacts_out/sample_code.py
new file mode 100644
index 000000000..892774124
--- /dev/null
+++ b/benchmark/agbenchmark/challenges/deprecated/code/4_tests/artifacts_out/sample_code.py
@@ -0,0 +1,3 @@
+def multiply_int(num: int, multiplier: int) -> int:
+ multiplied_num = num * multiplier
+ return multiplied_num