fufu (fufufu)

Race #2

View Pit Stop page for race #2 by fufufuGhost race

View profile for fufu (fufufu)

Official speed 57.60 wpm (29.79 seconds elapsed during race)
Race Start February 16, 2024 4:49:47pm UTC
Race Finish February 16, 2024 4:50:17pm UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 17.28
Text #10010 (Length: 143 characters)

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