Deliberately commit a compile error to see how Github Actions works

This commit is contained in:
McMassiveNZ
2022-12-02 22:33:49 +01:00
parent 505228e589
commit 070da3d782

View File

@@ -2,6 +2,7 @@
auto main() -> int
{
int
printf("Hello, World!");
return 0;
}