This website requires JavaScript.
Explore
Help
Sign In
EE24MT029
/
Group21_Lab5
Watch
1
Star
0
Fork
You've already forked Group21_Lab5
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0d2c8c7e46
Group21_Lab5
/
main.c
10 lines
76 B
C
Raw
Normal View
History
Unescape
Escape
Update main.c
2024-09-20 19:46:48 +05:30
#
include
<stdio.h>
/**
*
main
.
c
*/
int
main
(
void
)
{
return
0
;
}