/hello

helloworld project for test

Primary LanguageC++MIT LicenseMIT

Ukraine

About hello

Helloworld project for test

Troubleshootings

How to deal with unstable github connection when clone a repository.

    unzip <repo>.zip
    cd <repo>
    git init
    git add .
    git remote add origin https://github.com/<user>/<repo>.git
    git remote update
    git checkout master

See arctelix' answer