Benedek (antokben)

Race #3

View Pit Stop page for race #3 by antokbenGhost race

View profile for Benedek (antokben)

Official speed 53.38 wpm (32.15 seconds elapsed during race)
Race Start August 4, 2023 12:47:32pm UTC
Race Finish August 4, 2023 12:48:04pm UTC
Outcome Win (1 of 2)
Opponents 2. inusah (41.69 wpm)
Accuracy 97.0%
Points 16.01
Text #10010 (Length: 143 characters)

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