12 lines
497 B
Markdown
12 lines
497 B
Markdown
// Copyright 2025 WIT.COM Inc Licensed GPL 3.0
|
|
|
|
// ah yes, COBOL. what an ancient throwback. for those that know
|
|
// then you know exactly what is in this file. For those that don't, here it is:
|
|
|
|
// All this does is output human readable text formatted to be viewable on
|
|
// a console with a fixed with font. AKA: a typerwriter. Which is exactly
|
|
// what COBOL did in the 1970's (60s? notsure). And the 80s.
|
|
|
|
// Perl, before GO, was great for this kinda thing. GO with
|
|
// protobuffers is even better
|