このコミットが含まれているのは:
守矢諏訪子 2023-08-23 20:25:35 +09:00
コミット 62a005f711
1個のファイルの変更2行の追加1行の削除

ファイルの表示

@ -178,8 +178,9 @@ pub fn main() !void {
for (fname.items, 0..) |item, i| {
const file = try fs.cwd().openFile(item, .{});
defer file.close();
const fr = file.reader();
const cnt = try cuntchar(stdin);
const cnt = try cuntchar(fr);
line_cuntt += cnt.line_cunt;
char_cuntt += cnt.char_cunt;