changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > demo / ui/main.rs

changeset 19: fd19fdc77a20
parent: e4c9ec452eb6
author: ellis <ellis@rwest.io>
date: Mon, 29 May 2023 21:55:22 -0400
permissions: -rw-r--r--
description: readme update, removed scripts dir
1 use ui::run;
2 fn main() {
3  run();
4 }