Colemak (vladtsar37)

Race #3

View Pit Stop page for race #3 by vladtsar37Ghost race

View profile for Colemak (vladtsar37)

Official speed 77.62 wpm (22.11 seconds elapsed during race)
Race Start May 2, 2024 7:30:14pm UTC
Race Finish May 2, 2024 7:30:36pm UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 23.29
Text #10010 (Length: 143 characters)

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