mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-16 23:12:08 -08:00
MAINT: Apply pre-commit
Remove byte-order-marker pre-commit check as there would be many adjustments necessary
This commit is contained in:
@@ -30,9 +30,9 @@
|
||||
// Set up a BASIC-ish data object
|
||||
BasicData data = new (bunnyData);
|
||||
|
||||
// Get the first five data values into an array.
|
||||
// Get the first five data values into an array.
|
||||
// These are the characters we are going to print.
|
||||
// Unlike the original program, we are only converting
|
||||
// Unlike the original program, we are only converting
|
||||
// them to ASCII once.
|
||||
var a = new char[5];
|
||||
for (var i = 0; i < 5; ++i)
|
||||
|
||||
Reference in New Issue
Block a user