Skip to main content
Deno 2 is finally here 🎉️
Learn more

GCC

Wrapper for the GCC command line interface.



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

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