Search
7 results for “krosylight”
-
There was a ticket check in the bus, so I opened the Jelbi app and very conveniently the session went outdated 🙄
The staff didn't want me to wait for the sign-in (what, it takes less than 30sec) and that's how I missed a bus.
-
There was a ticket check in the bus, so I opened the Jelbi app and very conveniently the session went outdated 🙄
The staff didn't want me to wait for the sign-in (what, it takes less than 30sec) and that's how I missed a bus.
-
TIL Elon Musk is in Isreal to get approval for Starlink, and there is a trending hashtag #VisitGaza in Twitter to make him learn what's really happening there. Yes please.
-
TIL Elon Musk is in Isreal to get approval for Starlink, and there is a trending hashtag #VisitGaza in Twitter to make him learn what's really happening there. Yes please.
-
So, how can I write #rust tests for each input file?
Something like:
```
// pseudocode!
for filename in filenames {
#[test]
pub fn parse_##filename## {
parse(filename);
}
}
```Hmm.
-