Thomas (loboru)

Race #6

View Pit Stop page for race #6 by loboruGhost race

View profile for Thomas (loboru)

Official speed 55.71 wpm (28.86 seconds elapsed during race)
Race Start February 23, 2019 9:54:40pm UTC
Race Finish February 23, 2019 9:55:08pm UTC
Outcome No win (2 of 2)
Opponents 1. spondulix (68.33 wpm)
Accuracy 95.0%
Points 16.71
Text #10010 (Length: 143 characters)

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