1
0
Fork 0
mirror of https://codeberg.org/andyscott/ziglings.git synced 2025-04-17 06:02:51 -04:00

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

This commit is contained in:
Dave Gauer 2021-06-14 10:45:40 -04:00
commit 989648d2cd

View file

@ -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: