Asherah Connor dc7608da97 ensure main return type is not i8
Avoids a compile error from start.zig:

	/home/kivikakk/zig/build/lib/zig/std/start.zig:265:28: error:
	expected type 'u8', found 'i8'
			    return result;
				   ^
	/home/kivikakk/zig/build/lib/zig/std/start.zig:265:28: note:
	unsigned 8-bit int cannot represent all possible signed 8-bit
	values
			    return result;
2020-08-27 15:03:56 +03:00
..
2020-08-26 10:50:34 +02:00
2020-08-24 02:28:31 +10:00
2020-08-26 10:50:34 +02:00
2020-08-22 03:20:12 -04:00
2020-08-20 16:07:04 -04:00
2020-08-22 12:45:29 -07:00
2020-08-24 02:28:31 +10:00
2020-08-20 16:07:04 -04:00
2020-08-26 10:50:34 +02:00
2020-08-27 04:12:28 -04:00
2020-08-20 16:07:04 -04:00
2020-08-20 16:07:04 -04:00
2020-08-27 15:03:56 +03:00
2020-08-22 13:36:08 -07:00