diff options
| author | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2009-04-01 15:24:27 -0400 |
|---|---|---|
| committer | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2009-04-01 15:24:27 -0400 |
| commit | cd6881161be3c59483ca07be3dcc80d34993b147 (patch) | |
| tree | 749a0d5ec789babf2e662b12c434a9c969a05781 /src/credmonger.c | |
| download | credmonger-cd6881161be3c59483ca07be3dcc80d34993b147.tar.gz credmonger-cd6881161be3c59483ca07be3dcc80d34993b147.tar.xz credmonger-cd6881161be3c59483ca07be3dcc80d34993b147.zip | |
- initial skeleton
Diffstat (limited to 'src/credmonger.c')
| -rw-r--r-- | src/credmonger.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/credmonger.c b/src/credmonger.c new file mode 100644 index 0000000..6ee3741 --- /dev/null +++ b/src/credmonger.c @@ -0,0 +1,5 @@ +int +main(int argc, char **argv) +{ + return 0; +} |
