(jasimk)

Race #1

View Pit Stop page for race #1 by jasimkGhost race

View profile for (jasimk)

Official speed 23.54 wpm (68.31 seconds elapsed during race)
Race Start November 28, 2020 2:58:40pm UTC
Race Finish November 28, 2020 2:59:48pm UTC
Outcome No win (3 of 3)
Accuracy 93.0%
Points 7.06
Text #10010 (Length: 143 characters)

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