add test/juliaset.nas

This commit is contained in:
ValKmjolnir
2023-11-20 00:09:18 +08:00
parent 35086819ea
commit d78bd43b48
4 changed files with 49 additions and 4 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ var ppm = func(filename, width, height, RGB) {
io.close(fd);
}
var width = 1600;
var height = 900;
var width = 1920;
var height = 1080;
var bar = (os.platform()=="windows")?
process_bar.bar(front:"sharp", back:"point", sep:"line", length:50):
process_bar.high_resolution_bar(50);