Jun (akiboard)

Race #2

View Pit Stop page for race #2 by akiboardGhost race

View profile for Jun (akiboard)

Official speed 63.92 wpm (25.16 seconds elapsed during race)
Race Start November 18, 2020 3:34:38am UTC
Race Finish November 18, 2020 3:35:03am UTC
Outcome No win (3 of 3)
Accuracy 94.0%
Points 19.18
Text #10010 (Length: 143 characters)

public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } }