We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 22f82caCopy full SHA for 22f82ca
jenkins.c
@@ -0,0 +1,7 @@
1
+#include <stdio.h>
2
+
3
+int main()
4
+{
5
+ printf("Jenkins Hello!\n");
6
+ return 0;
7
+}
0 commit comments