質問編集履歴

2

2019/06/01 02:31

投稿

otukareman
otukareman

スコア9

test CHANGED
File without changes
test CHANGED
@@ -6,11 +6,11 @@
6
6
 
7
7
  |-- a,b
8
8
 
9
- |-- sample.txt
9
+ |-- sample1.txt
10
10
 
11
11
  |-- c,d
12
12
 
13
- |-- sample.txt
13
+ |-- sample2.txt
14
14
 
15
15
  ```
16
16
 
@@ -26,14 +26,14 @@
26
26
 
27
27
  |-- b
28
28
 
29
- |-- sample2.txt
29
+ |-- sample1.txt
30
30
 
31
31
  |-- c
32
32
 
33
- |-- sample3.txt
33
+ |-- sample2.txt
34
34
 
35
35
  |-- d
36
36
 
37
- |-- sample4.txt
37
+ |-- sample2.txt
38
38
 
39
39
  ```

1

2019/06/01 02:31

投稿

otukareman
otukareman

スコア9

test CHANGED
File without changes
test CHANGED
@@ -22,18 +22,18 @@
22
22
 
23
23
  |-- a
24
24
 
25
- |-- sample.txt
25
+ |-- sample1.txt
26
26
 
27
27
  |-- b
28
28
 
29
- |-- sample.txt
29
+ |-- sample2.txt
30
30
 
31
31
  |-- c
32
32
 
33
- |-- sample.txt
33
+ |-- sample3.txt
34
34
 
35
35
  |-- d
36
36
 
37
- |-- sample.txt
37
+ |-- sample4.txt
38
38
 
39
39
  ```