質問編集履歴

1

書式の改善

2021/02/08 01:10

投稿

owl_ddbb
owl_ddbb

スコア7

test CHANGED
File without changes
test CHANGED
@@ -14,17 +14,15 @@
14
14
 
15
15
 
16
16
 
17
+ ```
17
18
 
18
-
19
- package main
19
+ package tetris
20
20
 
21
21
 
22
22
 
23
23
  //#include <conio.h>
24
24
 
25
25
  import "C"
26
-
27
-
28
26
 
29
27
  import (
30
28
 
@@ -93,3 +91,5 @@
93
91
  mainLoop()
94
92
 
95
93
  }
94
+
95
+ ```