Menu

Tree [5420e5] master /
 History

HTTPS access


File Date Author Commit
 Finance_Calculator.class 2020-11-28 Yasen Yasen [5420e5] basic interest calculator
 Finance_Calculator.java 2020-11-28 Yasen Yasen [5420e5] basic interest calculator
 README.md 2020-11-28 Yasen Yasen [8b316f] Initial commit

Read Me

This project intends to make the financial loan calculator from scratch.

using git in the project

First time using Git

cd myproject
git init
# add all your files.  Users can specify file names or directories instead of '.'
git add .
git commit -a -m 'Initial commit'
git remote add origin ssh://yasen@git.code.sf.net/p/finance-calculator/git
git push -u origin master

Existing repository using Git

cd myproject
git remote add origin ssh://yasen@git.code.sf.net/p/finance-calculator/git
git push -u origin master
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.