init commit
This commit is contained in:
6
test/complicated_computation.shd
Normal file
6
test/complicated_computation.shd
Normal file
@@ -0,0 +1,6 @@
|
||||
vertex main :: () {
|
||||
x : float = 5.0;
|
||||
y : float = 3000.0;
|
||||
|
||||
z : float = y * y + x;
|
||||
}
|
||||
Reference in New Issue
Block a user