kostis (oh_yeah_go)

Race #23

View Pit Stop page for race #23 by oh_yeah_goGhost race

View profile for kostis (oh_yeah_go)

Official speed 36.23 wpm (47.36 seconds elapsed during race)
Race Start January 24, 2022 4:52:39pm UTC
Race Finish January 24, 2022 4:53:26pm UTC
Outcome No win (3 of 3)
Accuracy 94.0%
Points 10.87
Text #10010 (Length: 143 characters)

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