fork(1) download
  1. using static System.Console;
  2.  
  3. public class Program {
  4. public static void Main() {
  5. var texto = @"É necessário Cadastrar o(s) seguinte(s) Parâmetro(s):SENHA_FTP\r\n";
  6. WriteLine(texto.Replace(@"\", @"\\"));
  7. }
  8. }
  9.  
  10. //https://pt.stackoverflow.com/q/260390/101
Success #stdin #stdout 0.02s 16272KB
stdin
Standard input is empty
stdout
É necessário Cadastrar o(s) seguinte(s) Parâmetro(s):SENHA_FTP\\r\\n