Skip to main content
The Deno 2 Release Candidate is 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());