forked from AbleOS/ableos
11 lines
116 B
Plaintext
11 lines
116 B
Plaintext
const VERSION = 0.5;
|
|
|
|
|
|
fn main(){
|
|
let abcd = RGBA(0, 33, 0, 0);
|
|
|
|
// print(rand_float());
|
|
|
|
|
|
PIXEL_RGBA;
|
|
} |