Skip to content

Commit

Permalink
Update Euler1.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-sm committed Sep 4, 2014
1 parent 09f5ee2 commit 22894f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Euler1.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Euler Problem 1 - Multiples of 3 and 5
//Rextester.Program.Main is the entry point for your code. Don't change it.

using System;
using System.Collections.Generic;
Expand All @@ -12,7 +11,6 @@ public class Program
{
public static void Main(string[] args)
{
//Your code goes here
Console.WriteLine(SumMultiples(1000));
}

Expand Down

0 comments on commit 22894f8

Please sign in to comment.