MCPcopy Create free account
hub / github.com/SheafificationOfG/based-cpp / Language

Enum Language

hello_world_vmi.cpp:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4using namespace gil;
5
6enum Language {
7 English,
8 Français,
9 中文,
10};
11
12enum {
13 name,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected