We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4cc0a8 commit f9773c5Copy full SHA for f9773c5
main.c
@@ -0,0 +1,6 @@
1
+#include <stdio.h>
2
+
3
+int main() {
4
+ printf("Hello, GitHub Actions!\n");
5
+ return 0;
6
+}
0 commit comments