Toot

Written by Andrzej Lichnerowicz on 2025-01-12 at 10:06

Right off the bat, a LOL moment. So I wrote the scaffolding for the solver:

[#]include <stdio.h>

[#]include

int main(int argc, char** argv) {

if (argc < 1) {

    std::cout << "Usage: day02 <file>\n";

    return 1;

}

return 0;

}

D:>WCL DAY02.CPP

and.... boom:

DAY02.CPP(6): Error! E241: col(14) 'class std' has not been declared

DAY02.CPP: 10 lines, included 1922, no warnings, 1 error

Error: Compiler returned a bad status compiling 'DAY02.CPP'

=> More informations about this toot | View the thread | More toots from unjello@mastodon.gamedev.place

Mentions

Tags

=> View include tag

Proxy Information
Original URL
gemini://mastogem.picasoft.net/toot/113814823719635688
Status Code
Success (20)
Meta
text/gemini
Capsule Response Time
201.688372 milliseconds
Gemini-to-HTML Time
0.577427 milliseconds

This content has been proxied by September (ba2dc).