[ bant / j3 ] [ rizz ] [ faq / format ] [ booru ] [ opia ] [ Home ]

/bant/ - International Random

losers, creeps, whales
Name
Email
Comment
Flags
File
Embed
Password (For file deletion.)

Enter 'fumo' to post + Spare domain: bernkastel.mooo.com

 No.211851

using std::io;
using std::time::{self, Duration, HighResolutionClock, Milliseconds, Seconds, TimePoint};
using std::thread::Thread;
using std::util::*;

int main(String[] args) {
TimePoint<HighResolutionClock> start = HighResolutionClock::now();
io::println("Doing some work…");
Thread::getThisThread().sleep_for(Seconds(2));
TimePoint<HighResolutionClock> end = HighResolutionClock::now();
Duration<i64, MILLI> duration = time::duration_cast<Milliseconds>(end - start);
io::println("Time elapsed: {} milliseconds", duration.count());
}

 No.211852

Why are you using your stds thats pretty nasty dude

 No.211853

File: 1759647068716-0.png (1.93 MB, 1200x1600, 1759647058.png)

File: 1759647068716-1.png (2.09 MB, 1200x1600, 1759647066.png)


 No.211857

>>211853
Why is daiyoukonoko gray

 No.211858

if you have std you shouldn't io

 No.211882

SKY



[Return][Go to top][Orin] [Archive This Thread][Post a Reply]
Delete Post [ ]
[ bant / j3 ] [ rizz ] [ faq / format ] [ booru ] [ opia ] [ Home ]