I just pulled out an old script of mine, which is amazing, because it uses several programming languages in one file, while at the same time having next to zero dependencies and being able to run on anything Windows, as long as it is at least XP. So ...
MMark and 3 more commentedFor my 200th thread, a little challenge for you! Everyone knows Hello-World programs. They are the first things we create in any new language, and sometimes even later on, to test stuff out (like the compiler chain). fn main() { println!("Hello Wor...
MMark and 1 more commented