Initial Commit with main.c file

This commit is contained in:
Abhijit Kshirsagar 2024-09-05 15:39:17 +05:30
commit 161bbd9df4
1 changed files with 7 additions and 0 deletions

7
main.c Normal file
View File

@ -0,0 +1,7 @@
//Initial version
void main()
{
while(1);
}