shiki test
const std=@import("std");
pub fn main() void {
std.debug.print("hello world");
}
#include <iostream>
using namespace std;
int main(){
return 0;
}
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 静谧之园!
const std=@import("std");
pub fn main() void {
std.debug.print("hello world");
}
#include <iostream>
using namespace std;
int main(){
return 0;
}