Advertisement
Guest User

Untitled

a guest
Apr 11th, 2020
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. const c = @cImport({
  2. @cInclude("stdio.h");
  3. @cInclude("unistd.h");
  4. @cInclude("string.h");
  5. @cInclude("time.h");
  6. });
  7.  
  8. pub fn main() void {
  9. _ = c.printf("hello \n");
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement