Sha256: 9f92d9e06a1ce421e9b79c0ab75b89fe376826cd980dc41f331e3451dfa66ff6
Contents?: true
Size: 681 Bytes
Versions: 68
Compression:
Stored size: 681 Bytes
Contents
# {{ .Spec.Name }} {{ .Spec.Description -}} {{- with .Hints }} {{ . }} {{ end }} ## 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; / ``` {{ with .Spec.Credits }} ## Source {{ . }} {{ end }} ## Submitting Incomplete Solutions It's possible to submit an incomplete solution so you can see how others have completed the exercise.
Version data entries
68 entries across 68 versions & 1 rubygems