Samad (dr_drakonix)

Race #2

View Pit Stop page for race #2 by dr_drakonixGhost race

View profile for Samad (dr_drakonix)

Official speed 46.48 wpm (36.92 seconds elapsed during race)
Race Start February 16, 2023 2:42:26am UTC
Race Finish February 16, 2023 2:43:02am UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 13.95
Text #10010 (Length: 143 characters)

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