Parent Directory
|
Revision Log
CONTRIB-689 - adding sojunit question type. Thanks to Süreç Özcan for contributing and maintaining this code.
class Factorial { //need to be non-public in order to allow several classes to be used in one JUnit-test-file
public static double factorial(int i) {
}
}
| Moodle CVS Admin | ViewVC Help |
| Powered by ViewVC 1.0.7 |