mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
10 lines
146 B
C
10 lines
146 B
C
module test;
|
|
import std::io;
|
|
import std::collections::map;
|
|
import std::os;
|
|
|
|
fn void! main()
|
|
{
|
|
int x = 2;
|
|
builtin::print_backtrace("Hello", 0);
|
|
} |