donjuanplatinum commited on
Commit
9af6fc6
1 Parent(s): c37fce3

Upload example_inputs.jsonl

Browse files
Files changed (1) hide show
  1. example_inputs.jsonl +7 -0
example_inputs.jsonl ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {"code": "# Write a quick sort function\n", "langauge": "Python"}
2
+ {"code": "// 帮我写一个冒泡排序函数\n", "langauge": "C++"}
3
+ {"code": "// 写一个二叉树的类\npublic class", "langauge": "Java"}
4
+ {"code": "<!--Write a homepage of CodeGeeX.-->\n", "langauge": "HTML"}
5
+ {"code": "// Write a binary search function\n", "langauge": "Rust"}
6
+ {"code": "-- Search all the records from the table CodeGeeX\n-- Delete iterms with odd indices\n", "langauge": "SQL"}
7
+ {"code": "! Write a function that returns the sum of the numbers from 1 to n.\n! For example, if n is 5, then the function should return 1 + 2 + 3 + 4 + 5.\n\n! Use the following header:\n! module sum_numbers\n! end\nmodule sum_numbers", "langauge": "Fortran"}