Skip to content

Commit cb2fe1b

Browse files
authored
Update X10.x10
1 parent a732cfd commit cb2fe1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x/X10.x10

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import x10.io.Console;
1313

1414
public class HelloWorld {
1515
public static def main(Rail[String]) {
16-
Console.OUT.println("Hello World" );
16+
Console.OUT.println("Hello World");
1717
}
1818
}
1919

0 commit comments

Comments
 (0)