writeline in csharp

Code Example - writeline in csharp

                
                        Console.WriteLine("write here anything you want");
// be sure to use the c# system. you can find on the dl.idiot acount
                    
                
 

csharp print to console

                        
                                Console.WriteLine("This is C#");
                            
                        
 

how to print statement in csharp

                        
                                Debug.Log("This is C# programming"); //for Unity