Skip to content

Commit

Permalink
Rearrange catdoc imports in lexicographical order and add module decl…
Browse files Browse the repository at this point in the history
…aration
  • Loading branch information
Jakob Ovrum committed Mar 30, 2012
1 parent e9708f5 commit 01e2c3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion catdoc.d
@@ -1,7 +1,8 @@
module catdoc;


import std.stdio;
import std.file; import std.file;
import std.getopt; import std.getopt;
import std.stdio;


int main(string[] args) int main(string[] args)
{ {
Expand Down

0 comments on commit 01e2c3e

Please sign in to comment.