<<
path:
root/public/jinit.git/html/templates/script/template.jai
blob: b32d328c519413e3aba671c03b42656fc31f558e
[raw]
[clear marker]
0//#!/usr/local/bin/jai /** adapt this path */
2#import "Basic"()(MEMORY_DEBUGGER = MEMORY_DEBUGGER_ENABLED);
6MEMORY_DEBUGGER_ENABLED :: false;
10 #if MEMORY_DEBUGGER_ENABLED defer report_memory_leaks();
12 log("Hello, Sailor!");
14 // Run this with `jai main.jai` or if you have the
15 // shebang set up: `./main.jai`
19 set_build_options_dc(.{ do_output = false });
20 target_options := get_build_options(-1);
21 target_options.text_output_flags = 0;