Samad (dr_drakonix)

Race #3

View Pit Stop page for race #3 by dr_drakonixGhost race

View profile for Samad (dr_drakonix)

Official speed 57.44 wpm (29.87 seconds elapsed during race)
Race Start February 16, 2023 2:43:36am UTC
Race Finish February 16, 2023 2:44:06am UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 17.23
Text #10010 (Length: 143 characters)

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