Skip to content

Commit

Permalink
add examples
Browse files Browse the repository at this point in the history
  • Loading branch information
zehengl committed Oct 17, 2024
1 parent 90f94b8 commit 42f23ac
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/hipphipp.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
using System;

public class Hipphipp
{
public static void Main()
{
for (int i = 0; i < 20; i++)
{
Console.WriteLine("Hipp hipp hurra!");
}
}
}
9 changes: 9 additions & 0 deletions src/tilhamingju.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
using System;

public class Tilhamingju
{
public static void Main()
{
Console.WriteLine("TIL HAMINGJU MED AFMAELID FORRITUNARKEPPNI FRAMHALDSSKOLANNA!");
}
}
9 changes: 9 additions & 0 deletions src/velkomin.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
using System;

public class Velkomin
{
public static void Main()
{
Console.WriteLine("VELKOMIN!");
}
}

0 comments on commit 42f23ac

Please sign in to comment.