ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Iffy/Iffy.cpp
Revision: 275
Committed: 2004-11-10T18:03:21-08:00 (20 years, 7 months ago) by Douglas Thrift
File size: 221 byte(s)
Log Message:
Meep!

File Contents

# Content
1 // Iffy
2 //
3 // Douglas Thrift
4 //
5 // $Id$
6
7 #include "Iffy.hpp"
8
9 #include <menes-app/application.hpp>
10
11 struct IffyCommand : public app::Application
12 {
13 virtual int Run(const app::ArgumentList& args)
14 {
15 return 0;
16 }
17 } iffy;

Properties

Name Value
svn:eol-style native
svn:keywords Id