Forrest99 commited on
Commit
145a63c
·
verified ·
1 Parent(s): adb528f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -13,7 +13,6 @@ app.logger = logging.getLogger("CodeSearchAPI")
13
 
14
  # 预定义代码片段
15
  CODE_SNIPPETS = [
16
- 以下是所有功能转换为纯 Java 语言实现的代码块,严格按照要求输出:
17
 
18
  "System.out.println(\"Hello, World!\");",
19
  "public static int sum(int a, int b) { return a + b; }",
 
13
 
14
  # 预定义代码片段
15
  CODE_SNIPPETS = [
 
16
 
17
  "System.out.println(\"Hello, World!\");",
18
  "public static int sum(int a, int b) { return a + b; }",