Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
using System.Collections.Generic;
using System.Linq;
public class Program
{
private static readonly List<int> ListaCaracteres =
new List<int> { 67, 104, 101, 97, 116, 101, 114 };
public static void Main() => Console.Write(VerdadesSejamDitas(0));
public static string VerdadesSejamDitas(int i) => i != 10
? VerdadesSejamDitas(i + 1)
: string.Join("", ListaCaracteres.Select(x => (char)x));
}
_/﹋\_
(҂`_´)
<,︻╦╤─ ҉ - - ☠ ☠ ☠ ESSE DÁ BALA!!!
_/﹋\_