Skip to content

EzerTheKing/HelloWorld-C-.--

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello guys.! l.m presetn my Hello World C.!

Install bazel compiler + clang/gcc:

Official web site Download (Windows): https://bazel.build/

Official web site Download (Linux):
*Arch: sudo pacman -S bazel gcc clang

*Artix: sudo pacman -S bazel gcc clang

*Debian/Ubuntu: sudo apt update | sudo apt install build-essential

*NixOS: environment.systemPackages = with pkgs; [
    bazel
    gcc
    clang
  ];

Git Copy Repo the PC:

git clone https://github.com/EzerTheKing/HelloWorld-C-.--.git

Build Code:

bazel query "//:*"

bazel build //...

Result:

cd bazel-bin

./hello_world_c

HelloWorld-C.!

About

My master Hello World and C.! Bazel compiling.! (̶◉͛‿◉̶)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published