Skip to content

viTeamCDT/gsharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About

GSharp (or G#) is an programming language in development.

Example

/*
 * Functions are defined with:
 * function <name>(<args>) <code>
 *
 * And called with:
 * <name>(<args>);
 *
 * The name of the main function in G# is 'main'
 */

function main(args)
    io.println("Hello, World!");

About

GSharp Official Repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages