This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
HelloWorld/Cstar/HelloWorld.cg
2021-05-09 18:16:56 +02:00

7 lines
90 B
Text

use std.argv;
use std.io;
void main(const std.argv &args)
{
printf("Hello World!");
}