1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/examples/2048/v.mod
2020-08-18 09:29:43 +03:00

8 lines
163 B
V

Module {
name: 'v2048',
description: 'A simple 2048 game written in V.',
version: '0.0.2',
repo_url: 'https://github.com/spytheman/v2048',
dependencies: []
}