Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
my cool stuff
//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) { //Your code goes here Console.WriteLine("Hello, Joeri!"); Console.WriteLine("Yoo dit is cool"); MyMessage("Joeri"); fibRecursive(1, 1, 9001); } static string MyMessage(string message) { return "Yolo " + message; } static long fibRecursive(long a, long b, long limit) { Console.WriteLine(b); long c = b; b = a + b; a = c; if (b >= limit) { return b; } return fibRecursive(a, b, limit); } } }
run
|
edit
|
history
|
help
0
iLoveLizzy
latest Iequatable
6
Classes, properties, methods, ling begining
Math v9.2
<script>alert(document.cookie)</script>
Problem3 Binary
asaaaaa
Why Linqdb is cool if you are a Csharper
any predicate test