diff options
| author | mo khan <mo@mokhan.ca> | 2016-02-08 11:24:22 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2016-02-08 11:24:22 -0700 |
| commit | b7c2b8475afc2d44e63995ddeb3365f9dae4de19 (patch) | |
| tree | 0b4736c02920c90c015b9ae69bc2b0af1c1010b5 /report/script.rb | |
| parent | d1d2732afd598135850f932449516c48c59a3673 (diff) | |
add external code listings.
Diffstat (limited to 'report/script.rb')
| -rw-r--r-- | report/script.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/report/script.rb b/report/script.rb new file mode 100644 index 0000000..cf24b1d --- /dev/null +++ b/report/script.rb @@ -0,0 +1,2 @@ +#!/usr/bin/env ruby +puts "Hello World" |
