Skip to content

heittpr/exercism

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

exercism

my solutions to exercism.io problems

filters

I've defined some custom git filterssee gitattributes(5) to remove the irrelevant part of each problem's README. Here they are in case you're interested.

.gitattributes

cpp/*/README.md filter=cpp

.git/config

[filter "cpp"]
  clean = "sed -n '/##.*$/q;p'"