document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. public class LuaFunctions
  2. {
  3.     public void print_s(string message)
  4.     {
  5.         Console.WriteLine(message);
  6.     }
  7. }
');