Skip to content
Permalink
Branch: master
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
7 lines (5 sloc) 154 Bytes
import { Counter } from "./{{crate_name}}";
const c = Counter.new();
console.log(c.increment());
console.log(c.increment());
console.log(c.increment());
You can’t perform that action at this time.