Update Vala file template

Vala is not Java
This commit is contained in:
Matthew Brush 2014-05-03 21:37:41 -07:00
parent f1923c79b4
commit b2ce441fb1

View File

@ -1,9 +1,7 @@
{fileheader}
class {untitled} : GLib.Object {
public static int main(string[] args)
{
public static int main(string[] args) {
return 0;
}
return 0;
}