View Pit Stop page for race #5 by astolfokawaii — Ghost race
View profile for Astolfo (astolfokawaii)
Official speed | 18.86 wpm (90.99 seconds elapsed during race) |
---|---|
Race Start | November 4, 2021 12:50:21pm UTC |
Race Finish | November 4, 2021 12:51:52pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 91.0% |
Points | 5.66 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |