mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Implement passing arguments to program via compile-run (#1296)
This commit is contained in:
6
resources/examples/args.c3
Normal file
6
resources/examples/args.c3
Normal file
@@ -0,0 +1,6 @@
|
||||
import std::io;
|
||||
|
||||
fn void main(String[] args)
|
||||
{
|
||||
io::printn(args);
|
||||
}
|
||||
Reference in New Issue
Block a user