naslundx / language-benchmarker

Tool for benchmarking equivalent implementations accross different programming languages.
GNU General Public License v3.0
0 stars 1 forks source link

Standardized Hello world #24

Closed naslundx closed 8 years ago

naslundx commented 8 years ago

Fixes #3

dekespo commented 8 years ago

I think it's better to write unit test first and then correct the test cases, so that you won't have to worry about what you miss? (i.e. TDD approach) What do you think?