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
=> View include tag This content has been proxied by September (ba2dc).Proxy Information
text/gemini