Skip to content

Commit 22f82ca

Browse files
committed
fix
0 parents  commit 22f82ca

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

jenkins.c

+7
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)