Shuai (aboveappo)

Race #2

View Pit Stop page for race #2 by aboveappoGhost race

View profile for Shuai (aboveappo)

Official speed 64.77 wpm (26.49 seconds elapsed during race)
Race Start February 4, 2022 7:32:06pm UTC
Race Finish February 4, 2022 7:32:33pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 19.43
Text #10010 (Length: 143 characters)

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