Skip to content

ptanoop/solvingEuler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

Solving Euler Problems Using Python

Project Euler http://projecteuler.net gives a lot of mathematical problems

My Objectives

* Learn Python Programming
* Solve Euler Problems

GIT Commands Help

init git commands
-----------------
* git init

set remote source location
--------------------------
* git remote add origin http://github.com/ptanoop/solvingEuler.git

committing source to remote
---------------------------
* git add *.py
* git commit -m "*comment*"
* git push -u origin master

pulling from master
-------------------
* git pull

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published