trueno/src/time.jai
2025-04-26 10:51:41 +03:00

4 lines
62 B
Plaintext

get_time :: () -> float64 {
return stm_sec(stm_now());
}