ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/HostUpdateSharp/HostUpdateSharp.cs
Revision: 76
Committed: 2004-02-28T00:34:19-08:00 (21 years, 3 months ago) by Douglas Thrift
File size: 259 byte(s)
Log Message:
Isn't it sharp?!

File Contents

# Content
1 // Host Update Sharp
2 //
3 // Douglas Thrift
4 //
5 // $Id$
6
7 using System;
8 using System.IO;
9 using System.Net;
10
11 namespace DouglasThrift.HostUpdateSharp
12 {
13 public class HostUpdateSharp
14 {
15 public static void Main(string[] args)
16 {
17 //
18 }
19 }
20 }