├── .gitignore ├── README.md ├── Screenshot (157).png ├── im.mp4 └── index.html /.gitignore: -------------------------------------------------------------------------------- 1 | # Object file 2 | *.o 3 | 4 | # Ada Library Information 5 | *.ali 6 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prathmeshkhandelwal1/sketch-Iron-Man/HEAD/README.md -------------------------------------------------------------------------------- /Screenshot (157).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prathmeshkhandelwal1/sketch-Iron-Man/HEAD/Screenshot (157).png -------------------------------------------------------------------------------- /im.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prathmeshkhandelwal1/sketch-Iron-Man/HEAD/im.mp4 -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prathmeshkhandelwal1/sketch-Iron-Man/HEAD/index.html --------------------------------------------------------------------------------