We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9fbe7e commit 50413b1Copy full SHA for 50413b1
benchmarks/courselab_bench/data/cmu_15-445/task_cpp/sol.sh
@@ -0,0 +1,11 @@
1
+#!/bin/bash
2
+# This script simulates what an agent might execute to solve the task
3
+
4
+cat > dummy.cpp << 'EOF'
5
+#include <iostream>
6
7
+int main() {
8
+ std::cout << "Hello, World!" << std::endl;
9
+ return 0;
10
+}
11
+EOF
benchmarks/courselab_bench/data/cmu_15-445/task_database/sol.sh
0 commit comments