Skip to content

Instantly share code, notes, and snippets.

View Flinner's full-sized avatar
🐰
🐰 🐰 🐰 🐰 🐰 🐰 🐰 🐰 🐰

Flinner Flinner

🐰
🐰 🐰 🐰 🐰 🐰 🐰 🐰 🐰 🐰
View GitHub Profile
@Flinner
Flinner / start.v
Created July 8, 2021 16:40
V coreutils starter
module main
import flag
import os
const (
app_name = 'LeName'
app_version = 'v0.0.1'
app_description = 'LeName is a starter template'
)