質問編集履歴

1

;を追記しました。

2021/07/06 05:40

投稿

nkiki
nkiki

スコア18

test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  // Your code here!
16
16
 
17
- string A = "abc"
17
+ string A = "abc";
18
18
 
19
19
  System.Console.WriteLine(A[0]);
20
20