Skip to content

tejasmr/PythonPrint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PythonPrint

Use python like print function in C#

NuGet NuGet Downloads

Usage:

using static Print.Print;

namespace X {
  class A {
    static void Main() {
       print(1, 2, "hi");
       int[] arr = {1, 2, 3, 4};
       print(arr);
    }
  }
}

About

Use python-like print function in C#

Topics

Resources

Stars

Watchers

Forks

Languages