Update Vala file template
Vala is not Java
This commit is contained in:
parent
f1923c79b4
commit
b2ce441fb1
@ -1,9 +1,7 @@
|
||||
{fileheader}
|
||||
|
||||
class {untitled} : GLib.Object {
|
||||
|
||||
public static int main(string[] args) {
|
||||
public static int main(string[] args)
|
||||
{
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user