Skip to main content

GCC

Wrapper for the GCC command line interface.



import { version } from 'https://deno.land/x/gcc/mod.ts'

console.log('GCC Version:',await version());