oop-rust/singleton at master · mallocnew/oop-rust · GitHub
Skip to content

Latest commit

 

History

History

Folders and files

Singleton

classDiagram
class Singleton{
  - i32 data
  + new()
  + get_singleton() Singleton$
}
Singleton "1" o-- "1" Singleton
Loading