View Pit Stop page for race #12 by bhangu_05 — Ghost race
View profile for Amarpreet (bhangu_05)
Official speed | 29.24 wpm (58.69 seconds elapsed during race) |
---|---|
Race Start | November 12, 2021 4:54:41am UTC |
Race Finish | November 12, 2021 4:55:40am UTC |
Outcome | No win (2 of 3) |
Accuracy | 93.0% |
Points | 8.77 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |