1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

examples: term.ui: add readme, copyright, and pong screenshot (#6858)

This commit is contained in:
Larpon
2020-11-17 17:41:54 +01:00
committed by GitHub
parent f44853a87f
commit 4a31b5702e
3 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1 @@
<img src='https://raw.githubusercontent.com/vlang/v/master/examples/term.ui/screenshot_pong.png' width=300>

View File

@@ -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