diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2025-09-26 09:35:58 +0100 |
|---|---|---|
| committer | gingerBill <gingerBill@users.noreply.github.com> | 2025-09-26 09:35:58 +0100 |
| commit | b1d63f103ea263aa85f09dde908e4489632daca4 (patch) | |
| tree | b2158e2877497cca6f1949d9c6071a1f0c443503 | |
| parent | ed2b79a63e63a8f663d1c1ef67943e921b9ed5cd (diff) | |
| parent | db74ce7cbfaeb181e32af6e2355ac7cc47522357 (diff) | |
Merge branch 'master' of https://github.com/odin-lang/Odin
| -rw-r--r-- | core/sys/info/doc.odin | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/sys/info/doc.odin b/core/sys/info/doc.odin index aef444f98..2a4f71642 100644 --- a/core/sys/info/doc.odin +++ b/core/sys/info/doc.odin @@ -30,7 +30,6 @@ Example: fmt.printfln("OS: %v", si.os_version.as_string) fmt.printfln("OS: %#v", si.os_version) fmt.printfln("CPU: %v", si.cpu.name) - fmt.printfln("CPU: %v", si.cpu.name) fmt.printfln("CPU cores: %vc/%vt", si.cpu.physical_cores, si.cpu.logical_cores) fmt.printfln("RAM: %#.1M", si.ram.total_ram) |