Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Simple StackOverflowException
//Rextester.Program.Main is the entry point for your code. Don't change it. //Compiler version 4.0.30319.17929 for Microsoft (R) .NET Framework 4.5 using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static void Main(string[] args) { ping(); } private static void ping() { Console.WriteLine("Ping!"); pong(); } private static void pong() { Console.WriteLine("Pong!"); ping(); } } }
run
|
edit
|
history
|
help
0
1
Create Sealed Class Object
little problem
Interface constraints in generics
a6
Odd and Even Product
Math 10.8 added quad seq
caleb
TEst1
4.2 Casting