Formatting updates.

This commit is contained in:
Christoffer Lerno
2025-02-27 20:09:15 +01:00
committed by Christoffer Lerno
parent 8f0de40b3d
commit fbac2d6df3
7 changed files with 58 additions and 62 deletions

View File

@@ -1,8 +1,8 @@
fn int main()
{
String msg = "Hello, C3 World!\n";
$$syscall(1, 1, (uptr)msg.ptr, msg.len); // __NR_write, STDOUT
return 0;
$$syscall(1, 1, (uptr)msg.ptr, msg.len); // __NR_write, STDOUT
return 0;
}
fn void _start() @export("_start")