mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
hot_reload: cleanup message.v
This commit is contained in:
parent
130324df76
commit
d6c1ee0202
@ -1,6 +1,7 @@
|
||||
module main
|
||||
|
||||
// Build this example with
|
||||
// v -live message.v
|
||||
module main
|
||||
|
||||
import time
|
||||
|
||||
@ -15,7 +16,3 @@ fn main() {
|
||||
time.sleep_ms(500)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user