dotgnu-libs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-libs-commits] CVS: GMP-Sharp gmp-f.cs,1.2,1.3


From: Marcus Urban <address@hidden>
Subject: [Dotgnu-libs-commits] CVS: GMP-Sharp gmp-f.cs,1.2,1.3
Date: Fri, 27 Dec 2002 05:14:17 -0500

Update of /cvsroot/dotgnu-libs/GMP-Sharp
In directory subversions:/tmp/cvs-serv6801

Modified Files:
        gmp-f.cs 
Log Message:
Remove method Main().


Index: gmp-f.cs
===================================================================
RCS file: /cvsroot/dotgnu-libs/GMP-Sharp/gmp-f.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** gmp-f.cs    14 Dec 2002 09:07:20 -0000      1.2
--- gmp-f.cs    27 Dec 2002 10:14:15 -0000      1.3
***************
*** 904,924 ****
  
  
- 
- 
- 
- 
- public class Testing
- {
-       public static void Main( string[] args )
-       {
-               Rational q = new Rational(12,4);
-               Integer z = (Integer) q;
-               
-               Console.WriteLine("z = {0}", z);
-       }
- }
- 
- 
- 
  } // namespace GMP
  
--- 904,907 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]