using System;
using System.Collections.Generic;
using System.Linq;
namespace firstProject
{
class Program
{
static void Main(string[] args)
{
//verbatim string
string foo = @"This is an as is a verbatim string with "" and // and \t delimiters get ignored";
Console.WriteLine(foo);
}
}
}
I always had a passion for the field of STEM (Science, Technology, Engineering, and Math) and I knew I wanted to do something to make a difference in the world. I just didn’t know where to start. I was an immigrant in a new country, grew up in a tough environment, and wasn’t sure how… Read More