1// Copyright (c) 2015 Sergio Gonzalez. All rights reserved.
2// License: https://github.com/serge-rgb/milton#license
3
4void
5main()
6{
7    out_color = vec4(0,1,0,1);
8}
9