fork(1) download
  1. using System;
  2.  
  3. public class Test
  4. {
  5. public static void Main()
  6. {
  7. // your code goes here
  8. Console.WriteLine ("Здарова,я Чат-Бот.");
  9. var text = Console.ReadLine();
  10. Console.WriteLine ("Что молчишь-то?");
  11.  
  12. }
  13. }
Success #stdin #stdout 0.02s 15928KB
stdin
if (text == “Привет”) {
	Console.WriteLine(“Здарова!”)
 }  else  {
      Console.WriteLine("Хотя бы поздоровался:(") 
if (text == "Как дела?") {
     Condole.writeline("Нормас.");
stdout
Здарова,я Чат-Бот.
Что молчишь-то?