Archived
1
0
Fork 0
This repository has been archived on 2023-03-27. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
ToxEcho/main.c
Braiden Vasco 6798f06310 Add main.c
2015-07-25 20:27:51 +05:00

4 lines
27 B
C

int main()
{
return 0;
}