Deliberately commit a compile error to see how Github Actions works
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
auto main() -> int
|
auto main() -> int
|
||||||
{
|
{
|
||||||
|
int
|
||||||
printf("Hello, World!");
|
printf("Hello, World!");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user