-
zig tutorial ❤️| Tsoding Daily진정한 프로그래머 유튜브코딩Coding/Zig_❤️lang 2022. 6. 30. 17:31728x90
9분12초 helloworld 다르게 출력
역시 고수라 첨 보는 언어도 바꿔서 하네 ㅋㅋconst std = @import("std"); pub fn main() !void { const stdout = std.io.getStdOut().write(); try stdout.print("Hello, {s}!\n", .{"world"}); }
tutorial에 나오는 코드
https://github.com/ratfactor/ziglings/blob/main/exercises/001_hello.zig
Zig By Examplehttps://raulgrell.gitbooks.io/zig-by-example/content/
Zig Creator 영상
Interview with Zig language creator Andrew Kelley
https://www.youtube.com/watch?v=ZvskDoP09Ao
Interview with Zig language creator Andrew Kelley
https://github.com/contextfreecode/zig-demo
zig 공식 문서
https://ziglang.org/documentation/master/
반응형'코딩Coding > Zig_❤️lang' 카테고리의 다른 글
Zig debug setting (0) 2022.07.18 zig) thoughts on array multiplication and array concat (0) 2022.07.13 Solving Common Pointer Conundrums - Loris Cro (0) 2022.07.12 01.04.2022 - Zig / Strings in 5 minutes (0) 2022.07.12 zig --help❤️ zig명령어로 할 수 있는것들 (0) 2022.06.30 zig언어 -> C언어를 zig파일 변환이 가능하다 ㅎㅎㅎ 대박이네 ㅋ 근데 macOS는 버그가 있는듯 ㅠㅠ 불완전하게 변환된다. (0) 2022.06.30 Migrating from Zig ❤️to Jai | Tsoding Daily (0) 2022.06.27 Zig Language 공식문서 (0) 2022.06.23