# Global `puts` method def puts(str : String) VGA.puts str end def p!(str : String) VGA.puts str end
GitFOSS • v0.2.0 (#421408f) • MIT License