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