Skip to content

Commit 7235fa7

Browse files
authored
Fix syntax error in Ex0101.java
1 parent d2d85f9 commit 7235fa7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Ex0101.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
public class Ex0101 {
22
public static void main(String[] args) {
3-
System.out.println("こんにちは。");
3+
System.out.println("こんにちは。")
44
}
55
}

0 commit comments

Comments
 (0)