Merge pull request #3 from Joefish/06_print_specifier

Added string specifier in Ex 06
This commit is contained in:
Dave Gauer 2021-02-10 22:08:16 -05:00 committed by GitHub
commit d50aa3577b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ pub fn main() void {
const major_tom = major ??? tom;
// That's all the problems. Let's see our results:
std.debug.print("d={u} {}{}\n",.{d, laugh, major_tom});
std.debug.print("d={u} {s}{s}\n",.{d, laugh, major_tom});
//
// Keen eyes will notice that we've put a 'u' inside the '{}'
// placeholder in the format string above. This tells the