##Pull Request Practice ##Code Highlighting Test ###Pascal procedure Test; begin Writeln('hello, world!'); end; ###Python def Test(): print "hello, world!" ###JS var main = function() { alert("hello, world !"); } | | | | | | | | | |