From 79644bad85429744f1462ac64c8aa46bc2d9822f Mon Sep 17 00:00:00 2001 From: ZennDev1337 Date: Mon, 29 Jan 2024 16:46:20 +0100 Subject: [PATCH] update --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 7d4fe6f..40a6f62 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -6,7 +6,7 @@ int main() { // add_two_numbers(); // convert_char_to_ascii(); - // print_type_size_bytes(); + print_type_size_bytes(); return 0; } \ No newline at end of file