User talk:EvyLah

From Esolang
Jump to navigation Jump to search

You can't post large blocks of text copied from elsewhere on this wiki

You can't post large blocks of text copied from elsewhere on this wiki, for copyright reasons – all content here should be text that you wrote yourself (or that is explicitly public domain), we can't legally host content that was written by other people because such content is copyrighted by default. (The usual workaround is to use an external link, to link to the place where the text was originally written.) --ais523 02:29, 9 February 2024 (UTC)

Ok, I'll just link it to the original place then EvyLah (talk) 02:09, 10 February 2024 (UTC)

Syntax Highlighting

This wiki cannot automatically do syntax highlighting, however, you can highlight using you brain or pygments then put highlighted code to wiki. Also, I made a highlighter online for this purpose.

def main():
    print('Hello, World!')
if __name__=='__main__':
    main()

There is also a way: Take a screenshot of code on editor, but then other people won't be able to copy your code. --None1 (talk) 23:40, 23 February 2024 (UTC)

Thanks for the resource! --EvyLah (talk) 06:37, 24 February 2024 (UTC)