A to Zig | 01 Hello World

Поділитися
Вставка
  • Опубліковано 18 тра 2022
  • ➤ Zig tutorials: a-to-zig.com
    ➤ GitHub: github.com/Falconerd
    ➤ Discord: / discord

КОМЕНТАРІ • 15

  • @vapandris
    @vapandris 2 роки тому +2

    I've been watching your content for a while, and I can't wait to learn a lot from you once again. :D

    • @DylanFalconer
      @DylanFalconer  2 роки тому +1

      Thanks, I hope I can be of service :)

  • @t3v727
    @t3v727 2 роки тому +2

    It's nice to see some basic Zig, since I already heard
    quite a bit about it from you.
    Looking forward to your next video.

  • @renatzkigab2616
    @renatzkigab2616 Рік тому +5

    Please make a tutorial playlist for this programming language felt it's really awesome to discover and embrace. tnx!

  • @_slier
    @_slier 2 роки тому +4

    hmmm new zig channel.. great justice

  • @SamTebbs33
    @SamTebbs33 2 роки тому +5

    Slight correction for the main function return type: It can also be a u8 or !u8.

    • @DylanFalconer
      @DylanFalconer  2 роки тому

      Thanks, I will cover error unions in the future too

    • @HuntingKingYT
      @HuntingKingYT Рік тому +1

      @@DylanFalconer I think he meant the return value

  • @steveoc64
    @steveoc64 Рік тому

    Someone set us up the tutorial.
    Take off every Zig

  • @ricnyc2759
    @ricnyc2759 Рік тому

    All that typing to print "Hello, World"?

    • @hri7566
      @hri7566 Рік тому +1

      i guess you've never heard of cobol

    • @PamellaCardoso-pp5tr
      @PamellaCardoso-pp5tr Рік тому +2

      How about java?
      public class Program {
      public static void main (String[] args){
      System.out.println("Hello World");
      }
      }

    • @ricnyc2759
      @ricnyc2759 Рік тому +1

      @@PamellaCardoso-pp5tr Ouch.