Update README.md

This commit is contained in:
skunky 2024-01-26 23:13:23 +00:00
parent bdcaa2fa3a
commit ab6b56614b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
const print = @import("p.zig").print;
pub fn main() void {
print("тест")
print("тест тсет");
}
```