Vilson (vilsonkh)

Race #47

View Pit Stop page for race #47 by vilsonkhGhost race

View profile for Vilson (vilsonkh)

Official speed 44.98 wpm (38.15 seconds elapsed during race)
Race Start August 26, 2023 10:00:42am UTC
Race Finish August 26, 2023 10:01:21am UTC
Outcome No win (2 of 3)
Accuracy 96.0%
Points 13.49
Text #10010 (Length: 143 characters)

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