Kucing (nyandesuyo)

Race #1

View Pit Stop page for race #1 by nyandesuyoGhost race

View profile for Kucing (nyandesuyo)

Official speed 59.89 wpm (28.65 seconds elapsed during race)
Race Start May 29, 2023 6:40:11am UTC
Race Finish May 29, 2023 6:40:40am UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 17.97
Text #10010 (Length: 143 characters)

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