Skip to content

Commit 1be67ea

Browse files
committed
Add termux sample
1 parent 145ba16 commit 1be67ea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

termux/hello_world.zig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ pub fn main() !void {
1010
// Prints to stderr (it's a shortcut based on `std.io.getStdErr()`)
1111
std.debug.print("All your {s} are belong to us.\n", .{"codebase"});
1212

13-
std.debug.print("c.tgui_connection_create={}", &c.tgui_connection_create); ////
14-
1513
// Create a connection to the plugin
1614
var conn: c.tgui_connection = null;
1715
if (c.tgui_connection_create(&conn) != 0) {

0 commit comments

Comments
 (0)