Skip to content

kojikoji/binfowork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status #mulsum This software is homework about "Advanced Bioinformatics Programming I" and makes addition table or multiplication table #Install

./waf configure build
./waf install

#Useage

mulsum 3 5
multable
  1 |   1   2   3   4   5 
  2 |   2   4   6   8  10 
  3 |   3   6   9  12  15 
mulsum -s 3 5
sumtable
  1 |   2   3   4   5   6 
  2 |   3   4   5   6   7 
  3 |   4   5   6   7   8 

#Licence This software is released under the MIT License. You can get more details by seeing LICENSE.txt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages