Repository
Current version released
2 years ago
Versions
GCC
Wrapper for the GCC command line interface.
import { version } from 'https://deno.land/x/gcc/mod.ts'
console.log('GCC Version:',await version());
Wrapper for the GCC command line interface.
import { version } from 'https://deno.land/x/gcc/mod.ts'
console.log('GCC Version:',await version());