solved with c++
since solved with xcode IDE, removed every meaningless files using scipts by following
# Ignore Everything
*
# But not .cpp
!*.cpp
# Or directories
!*/
!.gitignore
!README.md
solved with c++
since solved with xcode IDE, removed every meaningless files using scipts by following
# Ignore Everything
*
# But not .cpp
!*.cpp
# Or directories
!*/
!.gitignore
!README.md