Skip to content

Commit

Permalink
fix: menghapus
Browse files Browse the repository at this point in the history
Signed-off-by: slowy07 <slowy.arfy@gmail.com>
  • Loading branch information
slowy07 committed Nov 28, 2023
1 parent 7824a63 commit fd95bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Basic/01_introduction/helloWorld.zig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// import modul std ke dalam variabel `std`
const std = @import("std").debug.print;
const std = @import("std");

// fungsi `main()` adalah fungsi utama, fungsi ini akan dipanggil saat program dijalankan
pub fn main() void {
Expand Down

0 comments on commit fd95bab

Please sign in to comment.