Skip to content

Instantly share code, notes, and snippets.

@azrsh
Created December 26, 2019 06:15
Show Gist options
  • Save azrsh/8e4f2b443880b721afa7b275c639aaa6 to your computer and use it in GitHub Desktop.
Save azrsh/8e4f2b443880b721afa7b275c639aaa6 to your computer and use it in GitHub Desktop.
const std = @import("std");
pub fn main() anyerror!void {
std.debug.warn("Congratulations on your first step to writing perfect software in Zen.\n");
}
>zen build runに対するメッセージ
Unrecognized command: Files
See `\\\\rogram --help` for detailed usage information
The following command exited with error code 1:
C:\Program Files (x86)\ZenLang\zen-windows-x86_64-0.8.20191124\zen.exe build-exe C:\Users\username\Documents\Zen\hello\src\main.zen --cache-dir C:\Users\username\Documents\Zen\hello\zen-cache --name hello --cache on
Build failed. The following command failed:
C:\Users\username\Documents\Zen\hello\zen-cache\o\ZCoirO4uz1p_DRfIGmuPkaFx5i_qPstzuRvUTiQiW-DCYy6S_ZlEmA1gtxw8IRHa\build.exe C:\Program Files (x86)\ZenLang\zen-windows-x86_64-0.8.20191124\zen.exe C:\Users\username\Documents\Zen\hello C:\Users\username\Documents\Zen\hello\zen-cache run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment