Merge branch 'main' of github.com:ratfactor/ziglings into main

pull/2/head
Dave Gauer 3 years ago
commit 989648d2cd

@ -13,7 +13,7 @@ pub fn main() void {
// What is this nonsense? :-)
const letters = "YZhifg";
const x: u8 = 1;
const x: usize = 1;
// This is something you haven't seen before: declaring an array
// without putting anything in it. There is no error here:

Loading…
Cancel
Save