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