vxx2 / vlib / v / checker / tests / misspelled_mod_const_should_have_suggestion.vv
3 lines · 2 sloc · 42 bytes · 1cf683d4824aed307be80e03624dc9af7cd5ba62
Raw
1import time
2
3time.sleep(1 * time.secondz)
4