This website requires JavaScript.
Explore
Help
Register
Sign in
mertgor
/
test
Watch
1
Star
0
Fork
You've already forked test
0
forked from
byte8192/test
Code
Pull requests
Activity
124b6bfcbf
test
/
main.c
7 lines
73 B
C
Raw
Normal View
History
Unescape
Escape
first commit
2025-04-11 17:19:41 +00:00
#
include
<stdio.h>
fixed main
2025-04-11 20:37:31 +03:00
int
main
(
)
{
first commit
2025-04-11 17:19:41 +00:00
printf
(
"
CI Test
\n
"
)
;
return
0
;
}
Copy permalink