Sha256: d4af67782dfcfcb2c8682dd43c12b9cc139bdcb242b0f3fa40a9e964e6aed292
Contents?: true
Size: 408 Bytes
Versions: 328
Compression:
Stored size: 408 Bytes
Contents
## Setup Go through the setup instructions for PL/SQL to get ready to code: http://exercism.io/languages/plsql ## Running the Tests Execute the tests by calling the `run` method in the respective `ut_<exercise>#` package. The necessary code should be contained at the end of the test package. As an example, the test for the _hamming_ exercise would be run using ``` begin ut_hamming#.run; end; / ```
Version data entries
328 entries across 328 versions & 1 rubygems