/c-filehandling

my first github repo

Primary LanguageC

testrepo

Just a test Github repository

To push latest onto github, from cloud9 terminal issue the following commands:

git add --all .

git commit -m "some comment"

git push -u origin master