Blackpaw

u/Blackpaw@lemmy.world
0 posts · 4 comments

Recent posts

No posts.

Recent comments

Looked ok How about a multiline block?

C#

// Hello World! program
namespace HelloWorld
{
    class Hello {         
        static void Main(string[] args)
        {
            System.Console.WriteLine("Hello World!");
        }
    }

Bash

#!/bin/bash
echo "Hello World"

Preserves line breaks, but no syntax highlighting 😞

Partly to test how threading and formatting works on Lemmy...

I run three PX servers at home

  • the big one (64GB RAM) is my storage and media server plus a couple of Dev VM.
  • Desktop one in my office running a Windows 11 with GPU passthrough as my main desktop
  • NUC in the granny flat running a PBS VM for backups