mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
11 lines
190 B
Plaintext
11 lines
190 B
Plaintext
//test the standard library
|
|
{
|
|
import standard;
|
|
|
|
//this depends on external factors, so only check the length
|
|
assert clock().length() == 24, "clock() import failed";
|
|
}
|
|
|
|
|
|
print "All good";
|