ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Represent/Represent.cpp
Revision: 370
Committed: 2004-12-21T22:04:06-08:00 (20 years, 6 months ago) by douglas
File size: 401 byte(s)
Log Message:
Menes!

File Contents

# Content
1 // Represent
2 //
3 // Douglas Thrift
4 //
5 // $Id$
6
7 #include "Binary.hpp"
8
9 #include <menes-app/simple.hpp>
10
11 int Main(const app::Options& options)
12 {
13 Represent represent;
14
15 return 0;
16 }
17
18 Represent::Represent()
19 {
20 ext::String string("1001");
21 Binary sign(string, true), unsign(string, false);
22
23 api::Cerr << string << ios::NewLine << ext::String(sign) << ios::NewLine << ext::String(unsign) << ios::NewLine;
24 }

Properties

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