From 070da3d782ec66b757f88800bd846ef729cd0023 Mon Sep 17 00:00:00 2001 From: McMassiveNZ <12842622+McMassiveNZ@users.noreply.github.com> Date: Fri, 2 Dec 2022 22:33:49 +0100 Subject: [PATCH] Deliberately commit a compile error to see how Github Actions works --- src/main.cpp | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index f2ce303..8db3074 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,8 +1,9 @@ -#include - -auto main() -> int -{ - printf("Hello, World!"); - return 0; -} - +#include + +auto main() -> int +{ + int + printf("Hello, World!"); + return 0; +} +