ladybird/Games
Andreas Kling b79112e6d6 AK: Add String::number() for creating a String from a number.
Instead of manually doing String::format("%d"/"%u") everywhere, let's have
a String API for this. It's just a wrapper around format() for now, but it
could be made more efficient in the future.
2019-07-03 14:56:27 +02:00
..
Minesweeper AK: Add String::number() for creating a String from a number. 2019-07-03 14:56:27 +02:00
Snake Meta: Removed all gitignore in the source tree only keeping the root one 2019-06-30 10:41:26 +02:00