David Gonzalez Martin 7a69bb0686 Add return 0 case
2024-05-22 08:32:59 -06:00

5 lines
50 B
Plaintext

fn [cc(.c)] main [export]() s32
{
return 0;
}