examples: term.ui: add readme, copyright, and pong screenshot (#6858)
parent
f44853a87f
commit
4a31b5702e
|
@ -0,0 +1 @@
|
|||
<img src='https://raw.githubusercontent.com/vlang/v/master/examples/term.ui/screenshot_pong.png' width=300>
|
|
@ -1,3 +1,5 @@
|
|||
// Copyright (c) 2020 Lars Pontoppidan. All rights reserved.
|
||||
// Use of this source code is governed by the MIT license distributed with this software.
|
||||
import term
|
||||
import term.ui
|
||||
import time
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
Loading…
Reference in New Issue