1 line
89 B
TypeScript
1 line
89 B
TypeScript
|
export type CodeSample = 'c' | 'python' | 'rust' | 'go' | 'javascript' | 'java' | 'bash';
|