Skip to content

Commit 5688a82

Browse files
Remove unused usings from example and exemplar
1 parent e326241 commit 5688a82

File tree

146 files changed

+0
-417
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+0
-417
lines changed

exercises/concept/attack-of-the-trolls/.meta/Exemplar.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using System;
2-
31
enum AccountType
42
{
53
Guest,

exercises/concept/authentication-system/.meta/Exemplar.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using System.Collections.Generic;
21
using System.Collections.ObjectModel;
32

43
public class Authenticator

exercises/concept/beauty-salon-goes-global/.meta/Exemplar.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using System;
21
using System.Globalization;
32
using System.Runtime.InteropServices;
43

exercises/concept/bird-watcher/.meta/Exemplar.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using System;
2-
31
class BirdCount
42
{
53
private int[] birdsPerDay;

exercises/concept/booking-up-for-beauty/.meta/Exemplar.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using System;
2-
31
static class Appointment
42
{
53
public static DateTime Schedule(string appointmentDateDescription)

exercises/concept/building-telemetry/.meta/Exemplar.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
using System;
2-
3-
41
public class RemoteControlCar
52
{
63
private int batteryPercentage = 100;

exercises/concept/calculator-conundrum/.meta/Exemplar.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using System;
2-
31
public static class SimpleCalculator
42
{
53
public static string Calculate(int operand1, int operand2, string operation)

exercises/concept/developer-privileges/.meta/Exemplar.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
using System;
2-
using System.Collections.Generic;
3-
41
public class Authenticator
52
{
63
public Identity Admin { get; } = new Identity

exercises/concept/faceid-2/.meta/Exemplar.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
using System;
2-
using System.Collections.Generic;
3-
41
public class FacialFeatures
52
{
63
public string EyeColor { get; }

exercises/concept/football-match-reports/.meta/Exemplar.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using System;
2-
31
public static class PlayAnalyzer
42
{
53
public static string AnalyzeOnField(int shirtNum)

0 commit comments

Comments
 (0)